summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2003-04-08 18:45:25 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2003-04-08 18:45:25 +0000
commit784692b39eef33d005d12f2f9e171a4a8a47480d (patch)
tree32e6fa7012d74b0ee77d5477f967677ce82c37cd /lib
parente96808ab3c78278eb00c2f1c8a0adb341e6030f1 (diff)
remove printf("bar\n");
Diffstat (limited to 'lib')
-rw-r--r--lib/libcrypto/engine/hw_cryptodev.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libcrypto/engine/hw_cryptodev.c b/lib/libcrypto/engine/hw_cryptodev.c
index 954eb852078..034c7ca2137 100644
--- a/lib/libcrypto/engine/hw_cryptodev.c
+++ b/lib/libcrypto/engine/hw_cryptodev.c
@@ -857,7 +857,6 @@ cryptodev_dsa_do_sign(const unsigned char *dgst, int dlen, DSA *dsa)
goto err;
}
- printf("bar\n");
memset(&kop, 0, sizeof kop);
kop.crk_op = CRK_DSA_SIGN;