aboutsummaryrefslogtreecommitdiff
path: root/crypto/ocsp/Makefile.ssl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2001-01-08 01:21:55 +0000
committerDr. Stephen Henson <steve@openssl.org>2001-01-08 01:21:55 +0000
commit0b33bc65cd1bde346eae5b25d6f2d693c115b901 (patch)
tree2864dc1fce704a66c19f8c0cf6db8b1768b8a1c8 /crypto/ocsp/Makefile.ssl
parent0f5fa24a7c0ced77eabb2d2c2f749c928a62be57 (diff)
downloadopenssl-0b33bc65cd1bde346eae5b25d6f2d693c115b901.zip
openssl-0b33bc65cd1bde346eae5b25d6f2d693c115b901.tar.gz
openssl-0b33bc65cd1bde346eae5b25d6f2d693c115b901.tar.bz2
Add set of OCSP client functions. All experimental
and subject to addition, modifcation or deletion. Add two OCSP nonce utility functions. Fix typo in status code name.
Diffstat (limited to 'crypto/ocsp/Makefile.ssl')
-rw-r--r--crypto/ocsp/Makefile.ssl4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/ocsp/Makefile.ssl b/crypto/ocsp/Makefile.ssl
index ef76c81..1fce558 100644
--- a/crypto/ocsp/Makefile.ssl
+++ b/crypto/ocsp/Makefile.ssl
@@ -23,10 +23,10 @@ APPS=
LIB=$(TOP)/libcrypto.a
LIBSRC= ocsp_asn.c ocsp_ext.c ocsp_ht.c \
- ocsp_lib.c ocsp_prn.c ocsp_err.c
+ ocsp_lib.c ocsp_cl.c ocsp_prn.c ocsp_err.c
LIBOBJ= ocsp_asn.o ocsp_ext.o ocsp_ht.o \
- ocsp_lib.o ocsp_prn.o ocsp_err.o
+ ocsp_lib.o ocsp_cl.o ocsp_prn.o ocsp_err.o
SRC= $(LIBSRC)