diff options
Diffstat (limited to 'openssl/crypto/des/set_key.c')
-rw-r--r-- | openssl/crypto/des/set_key.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/openssl/crypto/des/set_key.c b/openssl/crypto/des/set_key.c index d3e69ca8b..da4d62e11 100644 --- a/openssl/crypto/des/set_key.c +++ b/openssl/crypto/des/set_key.c @@ -63,9 +63,8 @@ * 1.1 added norm_expand_bits * 1.0 First working version */ -#include "des_locl.h" - #include <openssl/crypto.h> +#include "des_locl.h" OPENSSL_IMPLEMENT_GLOBAL(int,DES_check_key,0) /* defaults to false */ |