diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2013-02-13 22:15:56 +0000 | 
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2013-02-13 22:15:56 +0000 | 
| commit | f3b8b34a882a09ff73facc4c6ce7cdcad59b8656 (patch) | |
| tree | 79d6c350c61cb2c6055ac3b21d94c152a09b44ff /crypto/des/set_key.c | |
| parent | 451758c6115bda75e299808f60c4403de86398a8 (diff) | |
Diffstat (limited to 'crypto/des/set_key.c')
| -rw-r--r-- | crypto/des/set_key.c | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/des/set_key.c b/crypto/des/set_key.c index d3e69ca8b586f..da4d62e112873 100644 --- a/crypto/des/set_key.c +++ b/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 */  | 
