]> git.ipfire.org Git - thirdparty/openssl.git/commit - apps/lib/apps.c
Move add_oid_section to apps.c, so it can be shared by several
authorRichard Levitte <levitte@openssl.org>
Thu, 22 Jun 2000 22:07:27 +0000 (22:07 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 22 Jun 2000 22:07:27 +0000 (22:07 +0000)
commit431b0cce7daf8f1d94fdb0fa304cbee5b2c96163
treecf30bd8c7c848e832291e75599fdf2c4351626fc
parent1023b1220ee4f25ff424fa018d7420b668958a3e
Move add_oid_section to apps.c, so it can be shared by several
applications.  Also, have it and the certificate and key loading
functions take a BIO argument for error output.
apps/apps.c
apps/apps.h
apps/ca.c
apps/req.c
apps/smime.c
apps/x509.c