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 Include DHparams_p...



details:   https://anonhg.NetBSD.org/src/rev/be7d42c00829
branches:  trunk
changeset: 757256:be7d42c00829
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sat Aug 21 13:47:37 2010 +0000

description:
Include DHparams_print_fp

diffstat:

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

diffs (18 lines):

diff -r 876cf581474d -r be7d42c00829 crypto/external/bsd/openssl/lib/libcrypto/dh.inc
--- a/crypto/external/bsd/openssl/lib/libcrypto/dh.inc  Sat Aug 21 13:34:43 2010 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/dh.inc  Sat Aug 21 13:47:37 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: dh.inc,v 1.1 2009/07/19 23:30:43 christos Exp $
+#      $NetBSD: dh.inc,v 1.2 2010/08/21 13:47:37 joerg Exp $
 #
 #      @(#) Copyright (c) 1995 Simon J. Gerraty
 #
@@ -9,7 +9,7 @@
 
 
 DH_SRCS = dh_asn1.c dh_gen.c dh_key.c dh_lib.c dh_check.c dh_err.c dh_depr.c \
-    dh_ameth.c dh_pmeth.c
+    dh_ameth.c dh_pmeth.c dh_prn.c
 SRCS += ${DH_SRCS}
 
 .for cryptosrc in ${DH_SRCS}



Home | Main Index | Thread Index | Old Index