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
commit8378839d332ad1c77b6d991f2701297f17d3407d (patch)
tree4c65638f1bb131d20cc863fee4f4f81e344f980c /lib
parentfcc21f73c1b7cda850eae13c036c677c9a68f385 (diff)
remove printf("bar\n");
Diffstat (limited to 'lib')
-rw-r--r--lib/libssl/src/crypto/engine/hw_cryptodev.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libssl/src/crypto/engine/hw_cryptodev.c b/lib/libssl/src/crypto/engine/hw_cryptodev.c
index 954eb852078..034c7ca2137 100644
--- a/lib/libssl/src/crypto/engine/hw_cryptodev.c
+++ b/lib/libssl/src/crypto/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;