summaryrefslogtreecommitdiffstats
path: root/crypto/libdes/set_key.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/libdes/set_key.c')
-rw-r--r--crypto/libdes/set_key.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/libdes/set_key.c b/crypto/libdes/set_key.c
index 52553a4..f4ae6d7 100644
--- a/crypto/libdes/set_key.c
+++ b/crypto/libdes/set_key.c
@@ -54,6 +54,8 @@
* 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$
*/
/* set_key.c v 1.4 eay 24/9/91
@@ -68,7 +70,7 @@
#include "sk.h"
static int check_parity(const_des_cblock *key);
-OPENSSL_GLOBAL int des_check_key=0;
+int des_check_key=0;
void des_set_odd_parity(des_cblock *key)
{
OpenPOWER on IntegriCloud