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/enc_read.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/enc_read.c')
-rw-r--r-- | src/lib/libcrypto/des/enc_read.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/des/enc_read.c b/src/lib/libcrypto/des/enc_read.c index 8e1ff8e3eb..5a39390219 100644 --- a/src/lib/libcrypto/des/enc_read.c +++ b/src/lib/libcrypto/des/enc_read.c | |||
@@ -63,7 +63,7 @@ | |||
63 | 63 | ||
64 | /* This has some uglies in it but it works - even over sockets. */ | 64 | /* This has some uglies in it but it works - even over sockets. */ |
65 | /*extern int errno;*/ | 65 | /*extern int errno;*/ |
66 | int _shadow_DES_rw_mode = DES_PCBC_MODE; | 66 | int DES_rw_mode = DES_PCBC_MODE; |
67 | 67 | ||
68 | 68 | ||
69 | /* | 69 | /* |