]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blobdiff - crypto/drbg.c
crypto: tcrypt - fix skcipher multi-buffer tests for 1420B blocks
[mirror_ubuntu-kernels.git] / crypto / drbg.c
index ea85d4a0fe9e933044a5fcb76b0cd1e318d8ae33..f72f340a13210039aab7f1672add02940b638592 100644 (file)
@@ -2003,7 +2003,7 @@ static inline int __init drbg_healthcheck_sanity(void)
 #define OUTBUFLEN 16
        unsigned char buf[OUTBUFLEN];
        struct drbg_state *drbg = NULL;
-       int ret = -EFAULT;
+       int ret;
        int rc = -EFAULT;
        bool pr = false;
        int coreref = 0;