summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src
diff options
context:
space:
mode:
authormarkus <markus@openbsd.org>2003-04-08 18:45:24 +0000
committermarkus <markus@openbsd.org>2003-04-08 18:45:24 +0000
commit8f9313f2cb71c7b352c665f007575410bf60a440 (patch)
treec04899346891c1c5a9ffe1e5268cd4e31be50cef /lib/libssl/src
parentuse asprintf; ok henning (diff)
downloadwireguard-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.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;