aboutsummaryrefslogtreecommitdiff
path: root/sys/opencrypto/crypto.c
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2020-11-05 23:28:05 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2020-11-05 23:28:05 +0000
commit5973f4922d628a545362b5987b59c5abea21b2c2 (patch)
tree9ff60892d00e8e1fb9c670e8d1111f971bc8de89 /sys/opencrypto/crypto.c
parent84fea065dbb7a1fd4b1f0493e38f36a347a1a615 (diff)
Notes
Diffstat (limited to 'sys/opencrypto/crypto.c')
-rw-r--r--sys/opencrypto/crypto.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/opencrypto/crypto.c b/sys/opencrypto/crypto.c
index eed0440b6d987..cf02667e2a358 100644
--- a/sys/opencrypto/crypto.c
+++ b/sys/opencrypto/crypto.c
@@ -286,7 +286,9 @@ keybuf_init(void)
}
/* It'd be nice if we could store these in some kind of secure memory... */
-struct keybuf * get_keybuf(void) {
+struct keybuf *
+get_keybuf(void)
+{
return (keybuf);
}