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:
Dr. Stephen Henson 2017-01-06 13:11:50 +00:00
parent 52ad523c0e
commit 568b9cdc64

View File

@ -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],