Browse Source

Put back i2d_ASN1_SET() and d2i_ASN1_SET() from the NO_ASN1_OLD prune, as there

are still some 3rd-party code using it, and fixing them is not trivial.
As an excuse gift, the memory leaks on failure in resurrected a_set.c have
been fixed.
OPENBSD_5_6
miod 10 years ago
parent
commit
039a3ba251
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/lib/libcrypto/crypto/Makefile

+ 2
- 1
src/lib/libcrypto/crypto/Makefile View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.24 2014/04/18 13:19:03 tedu Exp $
# $OpenBSD: Makefile,v 1.25 2014/04/18 17:32:31 miod Exp $
LIB= crypto
@ -57,6 +57,7 @@ SRCS+= f_int.c f_string.c n_pkey.c
SRCS+= f_enum.c x_pkey.c a_bool.c x_exten.c bio_asn1.c bio_ndef.c asn_mime.c
SRCS+= asn1_gen.c asn1_par.c asn1_lib.c asn1_err.c a_bytes.c a_strnid.c
SRCS+= evp_asn1.c asn_pack.c p5_pbe.c p5_pbev2.c p8_pkey.c asn_moid.c
SRCS+= a_set.c
# bf/
SRCS+= bf_skey.c bf_ecb.c bf_cfb64.c bf_ofb64.c


Loading…
Cancel
Save