Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto Add conf_ssl.c to ...



details:   https://anonhg.NetBSD.org/src/rev/b9a2c1fea424
branches:  trunk
changeset: 363976:b9a2c1fea424
user:      rjs <rjs%NetBSD.org@localhost>
date:      Sat Aug 18 16:40:02 2018 +0000

description:
Add conf_ssl.c to build.

diffstat:

 crypto/external/bsd/openssl/lib/libcrypto/conf.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b95ec435f1cc -r b9a2c1fea424 crypto/external/bsd/openssl/lib/libcrypto/conf.inc
--- a/crypto/external/bsd/openssl/lib/libcrypto/conf.inc        Sat Aug 18 15:55:19 2018 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/conf.inc        Sat Aug 18 16:40:02 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: conf.inc,v 1.1 2009/07/19 23:30:43 christos Exp $
+#      $NetBSD: conf.inc,v 1.2 2018/08/18 16:40:02 rjs Exp $
 #
 #      @(#) Copyright (c) 1995 Simon J. Gerraty
 #
@@ -9,7 +9,7 @@
 
 
 CONF_SRCS = conf_err.c conf_lib.c conf_api.c conf_def.c conf_mod.c \
-       conf_mall.c conf_sap.c
+       conf_mall.c conf_sap.c conf_ssl.c
 SRCS += ${CONF_SRCS}
 
 .for cryptosrc in ${CONF_SRCS}



Home | Main Index | Thread Index | Old Index