diff options
Diffstat (limited to 'crypto/idea')
-rw-r--r-- | crypto/idea/i_ecb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/idea/i_ecb.c b/crypto/idea/i_ecb.c index fb613db595..fef38230a7 100644 --- a/crypto/idea/i_ecb.c +++ b/crypto/idea/i_ecb.c @@ -60,7 +60,7 @@ #include "idea_lcl.h" #include <openssl/opensslv.h> -const char *IDEA_version="IDEA" OPENSSL_VERSION_PTEXT; +const char IDEA_version[]="IDEA" OPENSSL_VERSION_PTEXT; const char *idea_options(void) { |