diff options
| author | jsing <> | 2014-05-22 17:53:00 +0000 |
|---|---|---|
| committer | jsing <> | 2014-05-22 17:53:00 +0000 |
| commit | 6ad0ba42a7ed2a0a965264f958d1610e77ea3392 (patch) | |
| tree | a9c417fe63b3c1f21c7f955e6f9898066cdbe0ea /src/lib/libcrypto/des/spr.h | |
| parent | 44969861a5fe3788fcc9114e6b407a669e709ad0 (diff) | |
| download | openbsd-6ad0ba42a7ed2a0a965264f958d1610e77ea3392.tar.gz openbsd-6ad0ba42a7ed2a0a965264f958d1610e77ea3392.tar.bz2 openbsd-6ad0ba42a7ed2a0a965264f958d1610e77ea3392.zip | |
Expand the OPENSSL_{GLOBAL,EXPORT,IMPORT,EXTERN} macros - this rids the
libssl tree from all uses of these defines.
ok miod@
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/des/spr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/des/spr.h b/src/lib/libcrypto/des/spr.h index b91936a5a5..98ec61eee7 100644 --- a/src/lib/libcrypto/des/spr.h +++ b/src/lib/libcrypto/des/spr.h | |||
| @@ -56,7 +56,7 @@ | |||
| 56 | * [including the GNU Public Licence.] | 56 | * [including the GNU Public Licence.] |
| 57 | */ | 57 | */ |
| 58 | 58 | ||
| 59 | OPENSSL_GLOBAL const DES_LONG DES_SPtrans[8][64]={ | 59 | const DES_LONG DES_SPtrans[8][64]={ |
| 60 | { | 60 | { |
| 61 | /* nibble 0 */ | 61 | /* nibble 0 */ |
| 62 | 0x02080800L, 0x00080000L, 0x02000002L, 0x02080802L, | 62 | 0x02080800L, 0x00080000L, 0x02000002L, 0x02080802L, |
