mirror of
https://github.com/openssl/openssl.git
synced 2024-12-18 14:33:42 +08:00
clarify comment
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2177)
This commit is contained in:
parent
52ad523c0e
commit
568b9cdc64
@ -7,7 +7,11 @@
|
||||
* https://www.openssl.org/source/license.html
|
||||
*/
|
||||
|
||||
/* Keep this sorted in type order !! */
|
||||
/*
|
||||
* This table MUST be kept in ascening order of the NID each method
|
||||
* represents (corresponding to the pkey_id field) as OBJ_bsearch
|
||||
* is used to search it.
|
||||
*/
|
||||
static const EVP_PKEY_ASN1_METHOD *standard_methods[] = {
|
||||
#ifndef OPENSSL_NO_RSA
|
||||
&rsa_asn1_meths[0],
|
||||
|
Loading…
Reference in New Issue
Block a user