Module Name:    src
Committed By:   joerg
Date:           Sat Aug 21 13:47:37 UTC 2010

Modified Files:
        src/crypto/external/bsd/openssl/lib/libcrypto: dh.inc

Log Message:
Include DHparams_print_fp


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/crypto/external/bsd/openssl/lib/libcrypto/dh.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/crypto/external/bsd/openssl/lib/libcrypto/dh.inc
diff -u src/crypto/external/bsd/openssl/lib/libcrypto/dh.inc:1.1 src/crypto/external/bsd/openssl/lib/libcrypto/dh.inc:1.2
--- src/crypto/external/bsd/openssl/lib/libcrypto/dh.inc:1.1	Sun Jul 19 23:30:43 2009
+++ src/crypto/external/bsd/openssl/lib/libcrypto/dh.inc	Sat Aug 21 13:47:37 2010
@@ -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}

Reply via email to