projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b095418
)
Fix warning.
author
Dr. Stephen Henson
<steve@openssl.org>
Sat, 15 Apr 2006 17:53:52 +0000
(17:53 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sat, 15 Apr 2006 17:53:52 +0000
(17:53 +0000)
crypto/engine/eng_padlock.c
patch
|
blob
|
history
diff --git
a/crypto/engine/eng_padlock.c
b/crypto/engine/eng_padlock.c
index 9519c54afbdeb9fcb3ea4d9e8a74eee1efb62944..8d92af6f8bd247d58b8c2169dbdbe737fb44a14a 100644
(file)
--- a/
crypto/engine/eng_padlock.c
+++ b/
crypto/engine/eng_padlock.c
@@
-260,9
+260,9
@@
struct padlock_cipher_data
int dgst:1; /* n/a in C3 */
int align:1; /* n/a in C3 */
int ciphr:1; /* n/a in C3 */
- int keygen:1;
+
unsigned
int keygen:1;
int interm:1;
- int encdec:1;
+
unsigned
int encdec:1;
int ksize:2;
} b;
} cword; /* Control word */