diff options
Diffstat (limited to 'crypto/cast/c_ecb.c')
-rw-r--r-- | crypto/cast/c_ecb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/cast/c_ecb.c b/crypto/cast/c_ecb.c index ee02658d61..aefc7baabd 100644 --- a/crypto/cast/c_ecb.c +++ b/crypto/cast/c_ecb.c @@ -59,7 +59,7 @@ #include "cast.h" #include "cast_lcl.h" -char *CAST_version="CAST part of SSLeay/OpenSSL 0.9.1c 23-Dec-1998"; +char *CAST_version="CAST part of OpenSSL 0.9.1c 23-Dec-1998"; void CAST_ecb_encrypt(in, out, ks, encrypt) unsigned char *in; |