summaryrefslogtreecommitdiff
path: root/lib/libcrypto/des/spr.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcrypto/des/spr.h')
-rw-r--r--lib/libcrypto/des/spr.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libcrypto/des/spr.h b/lib/libcrypto/des/spr.h
index eec6beb9f70..5e717065fb0 100644
--- a/lib/libcrypto/des/spr.h
+++ b/lib/libcrypto/des/spr.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: spr.h,v 1.5 2014/06/12 15:49:28 deraadt Exp $ */
+/* $OpenBSD: spr.h,v 1.6 2016/12/21 15:49:29 jsing Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -56,6 +56,8 @@
* [including the GNU Public Licence.]
*/
+__BEGIN_HIDDEN_DECLS
+
const DES_LONG DES_SPtrans[8][64]={
{
/* nibble 0 */
@@ -202,3 +204,5 @@ const DES_LONG DES_SPtrans[8][64]={
0x00000080L, 0x20820000L, 0x00820080L, 0x00000000L,
0x20000000L, 0x20800080L, 0x00020000L, 0x00820080L,
}};
+
+__END_HIDDEN_DECLS