]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/evp/evp.h
ecc api cleanup; summary:
[thirdparty/openssl.git] / crypto / evp / evp.h
index 4d38425b03d021559c7470937ac44680191955e4..e35d472c70cec9ea31fbc65b7e1620daa0fdbbf4 100644 (file)
@@ -140,7 +140,7 @@ struct evp_pkey_st
                struct dh_st *dh;       /* DH */
 #endif
 #ifndef OPENSSL_NO_EC
-               struct ec_key_st *eckey;/* ECC */
+               struct ec_key_st *ec;   /* ECC */
 #endif
                } pkey;
        int save_parameters;