diff options
Diffstat (limited to 'tests/pkcs11/pkcs11-privkey-fork.c')
-rw-r--r-- | tests/pkcs11/pkcs11-privkey-fork.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/pkcs11/pkcs11-privkey-fork.c b/tests/pkcs11/pkcs11-privkey-fork.c index 9d301d7d62..b99755c73b 100644 --- a/tests/pkcs11/pkcs11-privkey-fork.c +++ b/tests/pkcs11/pkcs11-privkey-fork.c @@ -123,7 +123,6 @@ void doit(void) } gnutls_free(sig.data); - sig.data = NULL; pid = fork(); if (pid != 0) { |