diff options
author | 2007-09-11 01:12:44 +0000 | |
---|---|---|
committer | 2007-09-11 01:12:44 +0000 | |
commit | 24b01e23bdd98a3c72cccd2d9a1501eda4119e65 (patch) | |
tree | e88351588c5a4720b0d647ab3d053582ff6b3f9f | |
parent | Remove the ipq locking, it isn't strictly needed right now (diff) | |
download | wireguard-openbsd-24b01e23bdd98a3c72cccd2d9a1501eda4119e65.tar.xz wireguard-openbsd-24b01e23bdd98a3c72cccd2d9a1501eda4119e65.zip |
henric, tsk tsk, you missed stuff related to cryptosoft
-rw-r--r-- | sys/arch/i386/i386/via.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/i386/via.c b/sys/arch/i386/i386/via.c index fb6324afe7e..4bcc33df6a6 100644 --- a/sys/arch/i386/i386/via.c +++ b/sys/arch/i386/i386/via.c @@ -1,4 +1,4 @@ -/* $OpenBSD: via.c,v 1.13 2007/09/07 15:00:19 art Exp $ */ +/* $OpenBSD: via.c,v 1.14 2007/09/11 01:12:44 deraadt Exp $ */ /* $NetBSD: machdep.c,v 1.214 1996/11/10 03:16:17 thorpej Exp $ */ /*- @@ -89,8 +89,8 @@ struct viac3_softc { static struct viac3_softc *vc3_sc; extern int i386_has_xcrypt; -extern u_int8_t hmac_ipad_buffer[64]; -extern u_int8_t hmac_opad_buffer[64]; +extern const u_int8_t hmac_ipad_buffer[64]; +extern const u_int8_t hmac_opad_buffer[64]; void viac3_crypto_setup(void); int viac3_crypto_newsession(u_int32_t *, struct cryptoini *); |