summaryrefslogtreecommitdiffstats
path: root/sys/opencrypto/cryptosoft.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/opencrypto/cryptosoft.h')
-rw-r--r--sys/opencrypto/cryptosoft.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/opencrypto/cryptosoft.h b/sys/opencrypto/cryptosoft.h
index 056e137..af78dc1 100644
--- a/sys/opencrypto/cryptosoft.h
+++ b/sys/opencrypto/cryptosoft.h
@@ -60,8 +60,8 @@ struct swcr_data {
};
#ifdef _KERNEL
-extern u_int8_t *hmac_ipad_buffer;
-extern u_int8_t *hmac_opad_buffer;
+extern u_int8_t hmac_ipad_buffer[];
+extern u_int8_t hmac_opad_buffer[];
#endif /* _KERNEL */
#endif /* _CRYPTO_CRYPTO_H_ */
OpenPOWER on IntegriCloud