Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/lib Pull up rev. 1.3:
details: https://anonhg.NetBSD.org/src/rev/9eb2a3a9d353
branches: netbsd-1-5
changeset: 488217:9eb2a3a9d353
user: thorpej <thorpej%NetBSD.org@localhost>
date: Thu Jun 22 06:57:09 2000 +0000
description:
Pull up rev. 1.3:
Add cleaned up versions of des_set_random_generator_seed(),
des_new_random_key(), and des_init_random_number_generator()
from the crypto-us libdes.
diffstat:
lib/libcrypto/srcs.inc | 4 ++++
lib/libdes/shlib_version | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 8eb042bdcba3 -r 9eb2a3a9d353 lib/libcrypto/srcs.inc
--- a/lib/libcrypto/srcs.inc Thu Jun 22 06:56:39 2000 +0000
+++ b/lib/libcrypto/srcs.inc Thu Jun 22 06:57:09 2000 +0000
@@ -7,7 +7,11 @@
.include "cast.inc"
.include "comp.inc"
.include "conf.inc"
+
.include "des.inc"
+# NetBSD local addition to des library.
+SRCS+= rnd_keys.c
+
.include "dh.inc"
.include "dsa.inc"
.include "err.inc"
diff -r 8eb042bdcba3 -r 9eb2a3a9d353 lib/libdes/shlib_version
--- a/lib/libdes/shlib_version Thu Jun 22 06:56:39 2000 +0000
+++ b/lib/libdes/shlib_version Thu Jun 22 06:57:09 2000 +0000
@@ -1,5 +1,5 @@
-# $NetBSD: shlib_version,v 1.2 2000/06/17 06:58:23 thorpej Exp $
+# $NetBSD: shlib_version,v 1.2.2.1 2000/06/22 06:57:55 thorpej Exp $
# Remember to update distrib/sets/lists/base/shl.* when changing
#
major=5
-minor=0
+minor=1
Home |
Main Index |
Thread Index |
Old Index