CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/02/10 21:00:39
Modified files:
lib/libssl/src/crypto/asn1: n_pkey.c nsseq.c p5_pbe.c p5_pbev2.c
p8_pkey.c x_algor.c x_crl.c
x_exten.c x_name.c x_nx509.c
x_pubkey.c x_req.c x_sig.c x_spki.c
x_val.c x_x509.c x_x509a.c
Log message:
Remove initialisers with default values from the ASN1 data structures.
Minor changes in generated assembly due to the compiler swapping from
.quad 0/.long 0 to .zero, along with changes due to line numbering.