summaryrefslogtreecommitdiffstats
path: root/crypto/libdes/str2key.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/libdes/str2key.c')
-rw-r--r--crypto/libdes/str2key.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/libdes/str2key.c b/crypto/libdes/str2key.c
index 2484145..afdf59a 100644
--- a/crypto/libdes/str2key.c
+++ b/crypto/libdes/str2key.c
@@ -54,11 +54,13 @@
* derivative of this code cannot be changed. i.e. this code cannot simply be
* copied and put under another distribution licence
* [including the GNU Public Licence.]
+ *
+ * $FreeBSD$
*/
#include "des_locl.h"
-OPENSSL_EXTERN int des_check_key;
+extern int des_check_key;
void des_string_to_key(const char *str, des_cblock *key)
{
OpenPOWER on IntegriCloud