diff options
author | 2003-04-08 18:45:24 +0000 | |
---|---|---|
committer | 2003-04-08 18:45:24 +0000 | |
commit | 8f9313f2cb71c7b352c665f007575410bf60a440 (patch) | |
tree | c04899346891c1c5a9ffe1e5268cd4e31be50cef /lib/libssl/src | |
parent | use asprintf; ok henning (diff) | |
download | wireguard-openbsd-8f9313f2cb71c7b352c665f007575410bf60a440.tar.xz wireguard-openbsd-8f9313f2cb71c7b352c665f007575410bf60a440.zip |
remove printf("bar\n");
Diffstat (limited to 'lib/libssl/src')
-rw-r--r-- | lib/libssl/src/crypto/engine/hw_cryptodev.c | 1 |
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; |