summaryrefslogtreecommitdiffstats
path: root/crypto/des/ecb_enc.c
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-06-09 16:26:50 +0000
committerUlf Möller <ulf@openssl.org>1999-06-09 16:26:50 +0000
commit4e6ec1da049fff6fe528157c39862726f87ce811 (patch)
tree58fab5307c41fcaf2ae68a8c4700893ca4a73980 /crypto/des/ecb_enc.c
parent7740a1c6ef9cedffc40110ba6f276658247c3d74 (diff)
Remove old libdes version number.
Diffstat (limited to 'crypto/des/ecb_enc.c')
-rw-r--r--crypto/des/ecb_enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/des/ecb_enc.c b/crypto/des/ecb_enc.c
index badb7e1149..b261a8aad9 100644
--- a/crypto/des/ecb_enc.c
+++ b/crypto/des/ecb_enc.c
@@ -60,7 +60,7 @@
#include "spr.h"
#include <openssl/opensslv.h>
-OPENSSL_GLOBAL const char *libdes_version="libdes v 3.24 - 20-Apr-1996 - eay";
+OPENSSL_GLOBAL const char *libdes_version="libdes" OPENSSL_VERSION_PTEXT;
OPENSSL_GLOBAL const char *DES_version="DES" OPENSSL_VERSION_PTEXT;
const char *des_options(void)