From ee1d9ec019a7584482bd95891404f1cad66a4a0a Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Wed, 19 Apr 2006 17:05:59 +0000 Subject: Remove link between digests and signature algorithms. Use cross reference table in ASN1_item_sign(), ASN1_item_verify() to eliminate the need for algorithm specific code. --- crypto/rsa/rsa_ameth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/rsa/rsa_ameth.c') diff --git a/crypto/rsa/rsa_ameth.c b/crypto/rsa/rsa_ameth.c index 93b9f075c4..1f913d79dc 100644 --- a/crypto/rsa/rsa_ameth.c +++ b/crypto/rsa/rsa_ameth.c @@ -289,7 +289,7 @@ const EVP_PKEY_ASN1_METHOD rsa_asn1_meths[] = { EVP_PKEY_RSA, EVP_PKEY_RSA, - 0, + ASN1_PKEY_SIGPARAM_NULL, "RSA", "OpenSSL RSA method", -- cgit v1.2.3