From 125cc35b59597c7613cc1a0e8d396e7e86808cb0 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 22 Mar 2002 02:42:57 +0000 Subject: Merge in DES changed from 0.9.7-stable. --- apps/version.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/version.c') diff --git a/apps/version.c b/apps/version.c index 6baf679b77..0cbcb47f88 100644 --- a/apps/version.c +++ b/apps/version.c @@ -122,7 +122,7 @@ # include #endif #ifndef OPENSSL_NO_DES -# include +# include #endif #ifndef OPENSSL_NO_IDEA # include @@ -186,7 +186,7 @@ int MAIN(int argc, char **argv) printf("%s ",RC4_options()); #endif #ifndef OPENSSL_NO_DES - printf("%s ",des_options()); + printf("%s ",DES_options()); #endif #ifndef OPENSSL_NO_IDEA printf("%s ",idea_options()); -- cgit v1.2.3