From 651d0aff98d28e2db146afa1790e9e22f3ef22db Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Tue, 22 Dec 1998 15:04:48 +0000 Subject: Various cleanups and fixed by Marc and Ralf to start the OpenTLS project --- crypto/idea/.cvsignore | 1 + crypto/idea/i_ecb.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 crypto/idea/.cvsignore (limited to 'crypto/idea') diff --git a/crypto/idea/.cvsignore b/crypto/idea/.cvsignore new file mode 100644 index 0000000000..a65b41774a --- /dev/null +++ b/crypto/idea/.cvsignore @@ -0,0 +1 @@ +lib diff --git a/crypto/idea/i_ecb.c b/crypto/idea/i_ecb.c index 5d5f8e0325..65ddd8e118 100644 --- a/crypto/idea/i_ecb.c +++ b/crypto/idea/i_ecb.c @@ -59,7 +59,7 @@ #include "idea.h" #include "idea_lcl.h" -char *IDEA_version="IDEA part of SSLeay 0.9.1a 06-Jul-1998"; +char *IDEA_version="IDEA part of SSLeay 0.9.1c 22-Dec-1998"; char *idea_options() { -- cgit v1.2.3