Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Remove unused function.
details: https://anonhg.NetBSD.org/src/rev/ae1ec9a5b006
branches: trunk
changeset: 318560:ae1ec9a5b006
user: maxv <maxv%NetBSD.org@localhost>
date: Sun Apr 29 11:42:09 2018 +0000
description:
Remove unused function.
diffstat:
sys/sys/cprng.h | 8 +-------
1 files changed, 1 insertions(+), 7 deletions(-)
diffs (20 lines):
diff -r d73ad5f8c4fe -r ae1ec9a5b006 sys/sys/cprng.h
--- a/sys/sys/cprng.h Sun Apr 29 07:24:38 2018 +0000
+++ b/sys/sys/cprng.h Sun Apr 29 11:42:09 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cprng.h,v 1.13 2018/04/19 21:19:07 christos Exp $ */
+/* $NetBSD: cprng.h,v 1.14 2018/04/29 11:42:09 maxv Exp $ */
/*-
* Copyright (c) 2011-2013 The NetBSD Foundation, Inc.
@@ -87,10 +87,4 @@
return r;
}
-static __inline unsigned int
-cprng_strong_strength(cprng_strong_t *c)
-{
- return NIST_BLOCK_KEYLEN_BYTES;
-}
-
#endif /* _CPRNG_H */
Home |
Main Index |
Thread Index |
Old Index