diff options
| author | maxv <maxv@NetBSD.org> | 2018-04-29 11:42:09 +0000 |
|---|---|---|
| committer | maxv <maxv@NetBSD.org> | 2018-04-29 11:42:09 +0000 |
| commit | e80656ffbf578b2da9b60a33148d5a4d9036b7f4 (patch) | |
| tree | 6af95e1a793f017757d48b4571a706ead2f77e70 /sys | |
| parent | 43f84123284f219f2910dd1e99b454ca8363b302 (diff) | |
Remove unused function.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/sys/cprng.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/sys/cprng.h b/sys/sys/cprng.h index ef23f0a87f1..fe23102ee56 100644 --- a/sys/sys/cprng.h +++ b/sys/sys/cprng.h @@ -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 @@ cprng_strong64(void) return r; } -static __inline unsigned int -cprng_strong_strength(cprng_strong_t *c) -{ - return NIST_BLOCK_KEYLEN_BYTES; -} - #endif /* _CPRNG_H */ |
