diff options
| author | jsing <> | 2014-05-24 16:03:10 +0000 |
|---|---|---|
| committer | jsing <> | 2014-05-24 16:03:10 +0000 |
| commit | f58af64a13c833e01a6ff4fce609b64645f00c7b (patch) | |
| tree | ebe6d9a74762a55cfb0d8a7b501f6995ced8ac3a /src/lib/libcrypto/des/set_key.c | |
| parent | 3e701b2a57219523e039e78e0cc655852ca63e1b (diff) | |
| download | openbsd-f58af64a13c833e01a6ff4fce609b64645f00c7b.tar.gz openbsd-f58af64a13c833e01a6ff4fce609b64645f00c7b.tar.bz2 openbsd-f58af64a13c833e01a6ff4fce609b64645f00c7b.zip | |
Remove the _shadow_ indirection, which is unnecessary in a world without
OPENSSL_EXPORT_VAR_AS_FUNCTION.
ok miod@
Diffstat (limited to 'src/lib/libcrypto/des/set_key.c')
| -rw-r--r-- | src/lib/libcrypto/des/set_key.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/des/set_key.c b/src/lib/libcrypto/des/set_key.c index 85a0d2bfc1..c86a80b853 100644 --- a/src/lib/libcrypto/des/set_key.c +++ b/src/lib/libcrypto/des/set_key.c | |||
| @@ -66,7 +66,7 @@ | |||
| 66 | #include <openssl/crypto.h> | 66 | #include <openssl/crypto.h> |
| 67 | #include "des_locl.h" | 67 | #include "des_locl.h" |
| 68 | 68 | ||
| 69 | int _shadow_DES_check_key = 0; /* defaults to false */ | 69 | int DES_check_key = 0; /* defaults to false */ |
| 70 | 70 | ||
| 71 | static const unsigned char odd_parity[256]={ | 71 | static const unsigned char odd_parity[256]={ |
| 72 | 1, 1, 2, 2, 4, 4, 7, 7, 8, 8, 11, 11, 13, 13, 14, 14, | 72 | 1, 1, 2, 2, 4, 4, 7, 7, 8, 8, 11, 11, 13, 13, 14, 14, |
