From f4e723f3e779d81013f9f63b1fe2254f0f20aa6b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Tue, 21 Sep 1999 14:03:20 +0000 Subject: [PATCH] typo --- INSTALL | 2 +- apps/speed.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index cf0dc05ac8..08bbcd12e2 100644 --- a/INSTALL +++ b/INSTALL @@ -147,7 +147,7 @@ private Initially empty, this is the default location for private key files. - If you didn't chose a different installation prefix, the + If you didn't choose a different installation prefix, the following additional subdirectories will be created: bin Contains the openssl binary and a few other diff --git a/apps/speed.c b/apps/speed.c index 2819212aac..667037600d 100644 --- a/apps/speed.c +++ b/apps/speed.c @@ -422,7 +422,7 @@ int MAIN(int argc, char **argv) if (strcmp(*argv,"rc4") == 0) doit[D_RC4]=1; else #endif -#ifndef NO_DEF +#ifndef NO_DES if (strcmp(*argv,"des-cbc") == 0) doit[D_CBC_DES]=1; else if (strcmp(*argv,"des-ede3") == 0) doit[D_EDE3_DES]=1; else -- 2.34.1