tests: Explicitly include DES in superuser test
authorSimon Wilkinson <sxw@your-file-system.com>
Wed, 18 Apr 2012 11:44:43 +0000 (12:44 +0100)
committerDerrick Brashear <shadow@dementix.org>
Thu, 19 Apr 2012 03:26:45 +0000 (20:26 -0700)
When the hcrypto/des header was removed from our installed headers, it
wasn't added back in to the superuser test. Add it now, so that the test
can build.

Change-Id: I38023ee94abe801f6f2313b492e4f80855001c41
Reviewed-on: http://gerrit.openafs.org/7243
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>

tests/auth/superuser-t.c

index dd53b98..93f50ec 100644 (file)
@@ -39,6 +39,8 @@
 #include <afs/com_err.h>
 
 #define HC_DEPRECATED
+#include <hcrypto/des.h>
+
 #include <rx/rxkad.h>
 #include <rx/rx_identity.h>