From: Bodo Möller Date: Tue, 5 Mar 2002 15:03:16 +0000 (+0000) Subject: typo X-Git-Tag: OpenSSL_0_9_7-beta1~170 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=022b31a8c8d367bd7e25d164d90058ddf3376f41;p=oweals%2Fopenssl.git typo --- diff --git a/crypto/des/des_old.h b/crypto/des/des_old.h index 1af7189211..1eb25bd3e6 100644 --- a/crypto/des/des_old.h +++ b/crypto/des/des_old.h @@ -100,7 +100,7 @@ typedef unsigned char _ossl_old_des_cblock[8]; typedef struct _ossl_old_des_ks_struct { union { - _ossl_old_des_des_cblock _; + _ossl_old_des_cblock _; /* make sure things are correct size on machines with * 8 byte longs */ DES_LONG pad[2];