From: Bodo Möller Date: Tue, 21 Sep 1999 14:03:20 +0000 (+0000) Subject: typo X-Git-Tag: OpenSSL_0_9_5beta1~508 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=f4e723f3e779d81013f9f63b1fe2254f0f20aa6b typo --- 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