diff options
Diffstat (limited to 'sys/crypto/cryptodev.c')
-rw-r--r-- | sys/crypto/cryptodev.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/crypto/cryptodev.c b/sys/crypto/cryptodev.c index e531a1ecaa9..3c2ac1f87a1 100644 --- a/sys/crypto/cryptodev.c +++ b/sys/crypto/cryptodev.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cryptodev.c,v 1.28 2001/11/13 17:45:46 deraadt Exp $ */ +/* $OpenBSD: cryptodev.c,v 1.29 2002/02/08 13:53:28 art Exp $ */ /* * Copyright (c) 2001 Theo de Raadt @@ -541,7 +541,6 @@ cryptoioctl(dev, cmd, data, flag, p) fcr->sesn = 0; error = falloc(p, &f, &fd); - if (error) { FREE(fcr, M_XDATA); return (error); |