Add functions returning security bits.
[openssl.git] / crypto / asn1 / asn1_locl.h
index a1035cd46e25f41b4786f41261a5fd2da2279b6f..023934bb2beb7e2b0862c9a41d88ee5e33528924 100644 (file)
@@ -122,6 +122,7 @@ struct evp_pkey_asn1_method_st
 
        int (*pkey_size)(const EVP_PKEY *pk);
        int (*pkey_bits)(const EVP_PKEY *pk);
+       int (*pkey_security_bits)(const EVP_PKEY *pk);
 
        int (*param_decode)(EVP_PKEY *pkey,
                                const unsigned char **pder, int derlen);