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 <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
This commit is contained in:
Simon Wilkinson 2012-04-18 12:44:43 +01:00 committed by Derrick Brashear
parent 6f20e9ddc2
commit 18db7ede1c

View 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>