]> www.infradead.org Git - users/jedix/linux-maple.git/commit
crypto: drbg - Use str_true_false() and str_enabled_disabled() helpers
authorThorsten Blum <thorsten.blum@linux.dev>
Wed, 16 Oct 2024 13:57:28 +0000 (15:57 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 28 Oct 2024 10:33:10 +0000 (18:33 +0800)
commita1ba22921e7186f2b3b8b056a607191e603104db
treea014d1f054268a31ce7ec24be5c21c1eaf4a711d
parent5a61fd622b07b17b6fa3c231fc7d83cbcba0229e
crypto: drbg - Use str_true_false() and str_enabled_disabled() helpers

Remove hard-coded strings by using the helper functions str_true_false()
and str_enabled_disabled().

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/drbg.c