From b4cadc6e1343c01b06613053a90ed2ee85e65090 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Mon, 22 Mar 1999 12:22:14 +0000 Subject: Fix security hole. --- crypto/idea/i_ecb.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crypto/idea/i_ecb.c') diff --git a/crypto/idea/i_ecb.c b/crypto/idea/i_ecb.c index 557e76fbc5..5682e5ad1d 100644 --- a/crypto/idea/i_ecb.c +++ b/crypto/idea/i_ecb.c @@ -58,8 +58,9 @@ #include "idea.h" #include "idea_lcl.h" +#include "opensslv.h" -char *IDEA_version="IDEA part of OpenSSL 0.9.2 31-Dec-1998"; +char *IDEA_version="IDEA" OPENSSL_VERSION_PTEXT; char *idea_options() { -- cgit v1.2.3