typo
authorBodo Möller <bodo@openssl.org>
Tue, 5 Mar 2002 14:58:53 +0000 (14:58 +0000)
committerBodo Möller <bodo@openssl.org>
Tue, 5 Mar 2002 14:58:53 +0000 (14:58 +0000)
crypto/des/des_old.h

index 1af71892119cf2dc1375e6119ac38b5452d03561..1eb25bd3e697e9ff97684699d380a60fdd6cb89d 100644 (file)
@@ -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];