diff options
author | Ulf Möller <ulf@openssl.org> | 2000-02-04 00:23:24 +0100 |
---|---|---|
committer | Ulf Möller <ulf@openssl.org> | 2000-02-04 00:23:24 +0100 |
commit | 657e60fa00ddde3618600d6306be913214d30457 (patch) | |
tree | 6ea080becb16ab3d808ec45064b17b7fedb745a2 /apps/enc.c | |
parent | Document hash functions. (diff) | |
download | openssl-657e60fa00ddde3618600d6306be913214d30457.tar.xz openssl-657e60fa00ddde3618600d6306be913214d30457.zip |
ispell (and minor modifications)
Diffstat (limited to 'apps/enc.c')
-rw-r--r-- | apps/enc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/enc.c b/apps/enc.c index d5db3bf0e1..0beb6377d7 100644 --- a/apps/enc.c +++ b/apps/enc.c @@ -245,7 +245,7 @@ bad: BIO_printf(bio_err,"rc2 :128 bit key RC2 encryption\n"); #endif #ifndef NO_BF - BIO_printf(bio_err,"bf :128 bit key BlowFish encryption\n"); + BIO_printf(bio_err,"bf :128 bit key Blowfish encryption\n"); #endif #ifndef NO_RC4 BIO_printf(bio_err," -%-5s :128 bit key RC4 encryption\n", |