Make OCSP structures opaque.
authorDr. Stephen Henson <steve@openssl.org>
Thu, 5 Mar 2015 13:41:11 +0000 (13:41 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 5 Mar 2015 14:47:48 +0000 (14:47 +0000)
commit6ef869d7d0a9d2e7ea7908c0b5aab1cb451e00fa
tree057b8c4f5460cc5bd09c8768a81fa07a9ebc6cb2
parentfd865cadcb603918bdcfcf44e487721c657a1117
Make OCSP structures opaque.

Reviewed-by: Matt Caswell <matt@openssl.org>
13 files changed:
apps/ocsp.c
crypto/ocsp/Makefile
crypto/ocsp/ocsp.h
crypto/ocsp/ocsp_asn.c
crypto/ocsp/ocsp_cl.c
crypto/ocsp/ocsp_ext.c
crypto/ocsp/ocsp_lcl.h [new file with mode: 0644]
crypto/ocsp/ocsp_lib.c
crypto/ocsp/ocsp_prn.c
crypto/ocsp/ocsp_srv.c
crypto/ocsp/ocsp_vfy.c
crypto/ocsp/v3_ocsp.c [moved from crypto/x509v3/v3_ocsp.c with 99% similarity]
crypto/x509v3/Makefile