aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/des/des.org
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/des/des.org')
-rw-r--r--crypto/des/des.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/des/des.org b/crypto/des/des.org
index a66f2ce3dd..295fb75ad7 100644
--- a/crypto/des/des.org
+++ b/crypto/des/des.org
@@ -152,7 +152,7 @@ extern int des_set_weak_key_flag; /* set the weak key flag */
#undef NOPROTO
#endif
#ifndef NOPROTO
-char *des_options(void);
+const char *des_options(void);
void des_ecb3_encrypt(const unsigned char *input,unsigned char *output,
des_key_schedule ks1,des_key_schedule ks2,
des_key_schedule ks3, int enc);