summaryrefslogtreecommitdiff
path: root/sys/dev/pci/ubsecreg.h
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2002-04-26 05:06:04 +0000
committerJason Wright <jason@cvs.openbsd.org>2002-04-26 05:06:04 +0000
commit5a56489eaef687575237d927aa58858d19ece1c7 (patch)
tree6d33f200b5fb3ebf80cbd0e33b00a584aa02f1d0 /sys/dev/pci/ubsecreg.h
parentbb55709bdbaf263eac7b3cf9aa305d66f1be268b (diff)
1024 bit max
Diffstat (limited to 'sys/dev/pci/ubsecreg.h')
-rw-r--r--sys/dev/pci/ubsecreg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/ubsecreg.h b/sys/dev/pci/ubsecreg.h
index ac09923ac97..e1e5ecd9e4d 100644
--- a/sys/dev/pci/ubsecreg.h
+++ b/sys/dev/pci/ubsecreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ubsecreg.h,v 1.20 2002/04/26 04:24:17 jason Exp $ */
+/* $OpenBSD: ubsecreg.h,v 1.21 2002/04/26 05:06:03 jason Exp $ */
/*
* Copyright (c) 2000 Theo de Raadt
@@ -178,5 +178,5 @@ struct ubsec_ctx_modexp {
volatile u_int16_t me_op; /* modexp, 0x47 */
volatile u_int16_t me_E_len; /* E (bits) */
volatile u_int16_t me_N_len; /* N (bits) */
- u_int8_t me_N[2048/8]; /* N */
+ u_int8_t me_N[1024/8]; /* N */
};