Improve #include structure of pem{,2}.h
authorNick Mathewson <nickm@torproject.org>
Tue, 23 Jan 2018 15:48:35 +0000 (10:48 -0500)
committerRichard Levitte <levitte@openssl.org>
Fri, 9 Feb 2018 16:49:07 +0000 (17:49 +0100)
commit5773f7bee4a12774977acba47ad89779c7a89bcd
tree7bc47dc841a460e6d74706461658443030a9ec14
parenta5d0d6b8fd1645c150e1b276863157bb29f0f598
Improve #include structure of pem{,2}.h

  - pem2.h is empty, so pem.h doesn't need to include it.
  - pem2.h once declared ERR_load_PEM_strings(), so it should now
    include pemerr.h

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5150)
include/openssl/pem.h
include/openssl/pem2.h