summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/des/spr.h
diff options
context:
space:
mode:
authorjsing <>2014-05-22 17:53:00 +0000
committerjsing <>2014-05-22 17:53:00 +0000
commit6ad0ba42a7ed2a0a965264f958d1610e77ea3392 (patch)
treea9c417fe63b3c1f21c7f955e6f9898066cdbe0ea /src/lib/libcrypto/des/spr.h
parent44969861a5fe3788fcc9114e6b407a669e709ad0 (diff)
downloadopenbsd-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.h2
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
59OPENSSL_GLOBAL const DES_LONG DES_SPtrans[8][64]={ 59const DES_LONG DES_SPtrans[8][64]={
60{ 60{
61/* nibble 0 */ 61/* nibble 0 */
620x02080800L, 0x00080000L, 0x02000002L, 0x02080802L, 620x02080800L, 0x00080000L, 0x02000002L, 0x02080802L,