diff options
| author | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2006-07-25 20:00:55 +0000 |
|---|---|---|
| committer | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2006-07-25 20:00:55 +0000 |
| commit | 23acde08e95408ae901e4c8b8c0408f21ff24852 (patch) | |
| tree | 636aff33e33e66de260bc7c86dd34c889edc75a6 /sys/crypto | |
| parent | b623eec50973163ec943d89691e4089c5115c4e3 (diff) | |
Notes
Diffstat (limited to 'sys/crypto')
| -rw-r--r-- | sys/crypto/via/padlock_cipher.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/crypto/via/padlock_cipher.c b/sys/crypto/via/padlock_cipher.c index 6b1862184e39..698eb8bd5889 100644 --- a/sys/crypto/via/padlock_cipher.c +++ b/sys/crypto/via/padlock_cipher.c @@ -210,8 +210,6 @@ padlock_cipher_process(struct padlock_session *ses, struct cryptodesc *enccrd, return (ENOMEM); /* Buffer has to be 16 bytes aligned. */ abuf = PADLOCK_ALIGN(buf); - if (!allocated && abuf != buf) - panic("allocated=%d abuf=%p buf=%p", allocated, abuf, buf); if ((enccrd->crd_flags & CRD_F_KEY_EXPLICIT) != 0) { padlock_cipher_key_setup(ses, enccrd->crd_key, |
