CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/10/16 09:09:28
Modified files:
lib/libssl/src/crypto/asn1: n_pkey.c
lib/libssl/src/crypto/ec: ec_asn1.c
lib/libssl/src/crypto/ecdsa: ecs_asn1.c
Log message:
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.
