diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2003-04-08 18:45:25 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2003-04-08 18:45:25 +0000 |
commit | 784692b39eef33d005d12f2f9e171a4a8a47480d (patch) | |
tree | 32e6fa7012d74b0ee77d5477f967677ce82c37cd /lib | |
parent | e96808ab3c78278eb00c2f1c8a0adb341e6030f1 (diff) |
remove printf("bar\n");
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/engine/hw_cryptodev.c | 1 |
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; |