Page MenuHomeFreeBSD

D25710.diff
No OneTemporary

D25710.diff

Index: head/sys/crypto/via/padlock_cipher.c
===================================================================
--- head/sys/crypto/via/padlock_cipher.c
+++ head/sys/crypto/via/padlock_cipher.c
@@ -124,7 +124,7 @@
{
union padlock_cw *cw;
- if (csp->csp_cipher_klen != 16 && csp->csp_cipher_klen != 25 &&
+ if (csp->csp_cipher_klen != 16 && csp->csp_cipher_klen != 24 &&
csp->csp_cipher_klen != 32) {
return (EINVAL);
}

File Metadata

Mime Type
text/plain
Expires
Fri, Jan 17, 5:32 PM (21 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15841223
Default Alt Text
D25710.diff (435 B)

Event Timeline