From: Simon Wilkinson Date: Wed, 18 Apr 2012 11:44:43 +0000 (+0100) Subject: tests: Explicitly include DES in superuser test X-Git-Tag: upstream/1.8.0_pre1^2~2508 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=18db7ede1c570710d361a2e7cc3a641260e6a08a;p=packages%2Fo%2Fopenafs.git tests: Explicitly include DES in superuser test 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 Reviewed-by: Derrick Brashear --- diff --git a/tests/auth/superuser-t.c b/tests/auth/superuser-t.c index dd53b980d..93f50ec2d 100644 --- a/tests/auth/superuser-t.c +++ b/tests/auth/superuser-t.c @@ -39,6 +39,8 @@ #include #define HC_DEPRECATED +#include + #include #include