]> git.ipfire.org Git - thirdparty/openssl.git/commit - crypto/pkcs12/p12_p8e.c
First of several reorganisations to
authorDr. Stephen Henson <steve@openssl.org>
Thu, 26 Jul 2001 22:34:45 +0000 (22:34 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 26 Jul 2001 22:34:45 +0000 (22:34 +0000)
commit19da1300536be2ffddd5edef039e34b09a0c8440
tree8d40b3149727d27b5a2f4aad7d55a654c08bf5c1
parenta75b191502e5b47b489695174f2a2b71837f3830
First of several reorganisations to
reduce linker bloat. For example the
single line:

PEM_read_X509()

results in a binary of around 400K in Linux!

This first step separates some of the PEM functions and
avoids linking in some PKCS#7 and PKCS#12 code.
CHANGES
crypto/pem/Makefile.ssl
crypto/pem/pem_all.c
crypto/pem/pem_lib.c
crypto/pem/pem_x509.c [new file with mode: 0644]
crypto/pem/pem_xaux.c [new file with mode: 0644]
crypto/pkcs12/Makefile.ssl
crypto/pkcs12/p12_add.c
crypto/pkcs12/p12_p8d.c [new file with mode: 0644]
crypto/pkcs12/p12_p8e.c [new file with mode: 0644]