svn commit: r194129 - projects/openssl_098_merge_8/secure/lib/libcrypto

Simon L. Nielsen simon at FreeBSD.org
Sat Jun 13 21:45:32 UTC 2009


Author: simon
Date: Sat Jun 13 21:45:31 2009
New Revision: 194129
URL: http://svn.freebsd.org/changeset/base/194129

Log:
  Add another new file from OpenSSL 0.9.8k.

Modified:
  projects/openssl_098_merge_8/secure/lib/libcrypto/Makefile

Modified: projects/openssl_098_merge_8/secure/lib/libcrypto/Makefile
==============================================================================
--- projects/openssl_098_merge_8/secure/lib/libcrypto/Makefile	Sat Jun 13 21:17:45 2009	(r194128)
+++ projects/openssl_098_merge_8/secure/lib/libcrypto/Makefile	Sat Jun 13 21:45:31 2009	(r194129)
@@ -72,7 +72,7 @@ SRCS+=	bn_add.c bn_blind.c bn_const.c bn
 	bn_err.c bn_exp.c bn_exp2.c bn_gcd.c bn_gf2m.c bn_kron.c \
 	bn_lib.c bn_mod.c bn_mont.c bn_mpi.c bn_mul.c bn_nist.c bn_opt.c \
 	bn_prime.c bn_print.c bn_rand.c bn_recp.c bn_shift.c bn_sqr.c \
-	bn_sqrt.c bn_word.c
+	bn_sqrt.c bn_word.c bn_x931p.c
 .if ${MACHINE_ARCH} == "i386"
 SRCS+=	bn-586.s co-586.s
 .elif ${MACHINE_ARCH} == "amd64"


More information about the svn-src-projects mailing list