Remove pointless uses of DECLARE_ASN1_ENCODE_FUNCTIONS_const.
authorjsing <jsing@openbsd.org>
Fri, 16 Oct 2015 15:09:28 +0000 (15:09 +0000)
committerjsing <jsing@openbsd.org>
Fri, 16 Oct 2015 15:09:28 +0000 (15:09 +0000)
commit34e951dd3f311126b0c00c85832cf72be8dce467
tree08cef176f89130e4b3a9e8dddf12f9730f70b76e
parentaf5d1cb8301f54c9d51dae2cad7ce8d2c99909cb
Remove pointless uses of DECLARE_ASN1_ENCODE_FUNCTIONS_const.

DECLARE_ASN1_FUNCTIONS_const already includes this macro so using both
means we end up with duplicate function prototypes and externs.
lib/libcrypto/asn1/n_pkey.c
lib/libcrypto/ec/ec_asn1.c
lib/libcrypto/ecdsa/ecs_asn1.c
lib/libssl/src/crypto/asn1/n_pkey.c
lib/libssl/src/crypto/ec/ec_asn1.c
lib/libssl/src/crypto/ecdsa/ecs_asn1.c