From 52f57a2db4b204a09f896d7f7911dba56b0f80af Mon Sep 17 00:00:00 2001 From: markus <> Date: Tue, 8 Apr 2003 18:45:24 +0000 Subject: remove printf("bar\n"); --- src/lib/libcrypto/engine/hw_cryptodev.c | 1 - src/lib/libssl/src/crypto/engine/hw_cryptodev.c | 1 - 2 files changed, 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/engine/hw_cryptodev.c b/src/lib/libcrypto/engine/hw_cryptodev.c index 954eb85207..034c7ca213 100644 --- a/src/lib/libcrypto/engine/hw_cryptodev.c +++ b/src/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; diff --git a/src/lib/libssl/src/crypto/engine/hw_cryptodev.c b/src/lib/libssl/src/crypto/engine/hw_cryptodev.c index 954eb85207..034c7ca213 100644 --- a/src/lib/libssl/src/crypto/engine/hw_cryptodev.c +++ b/src/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; -- cgit v1.2.3-55-g6feb