aboutsummaryrefslogtreecommitdiff
path: root/crypto/pem/Makefile.ssl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/pem/Makefile.ssl')
-rw-r--r--crypto/pem/Makefile.ssl4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/pem/Makefile.ssl b/crypto/pem/Makefile.ssl
index eb2a108..c07ba33 100644
--- a/crypto/pem/Makefile.ssl
+++ b/crypto/pem/Makefile.ssl
@@ -24,10 +24,10 @@ APPS=
LIB=$(TOP)/libcrypto.a
LIBSRC= pem_sign.c pem_seal.c pem_info.c pem_lib.c pem_all.c pem_err.c \
- pem_x509.c pem_xaux.c
+ pem_x509.c pem_xaux.c pem_oth.c pem_pk8.c pem_pkey.c
LIBOBJ= pem_sign.o pem_seal.o pem_info.o pem_lib.o pem_all.o pem_err.o \
- pem_x509.o pem_xaux.o
+ pem_x509.o pem_xaux.o pem_oth.o pem_pk8.o pem_pkey.o
SRC= $(LIBSRC)