diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/engine/hw_cryptodev.c | 1 | ||||
-rw-r--r-- | src/lib/libssl/src/crypto/engine/hw_cryptodev.c | 1 |
2 files changed, 0 insertions, 2 deletions
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) | |||
857 | goto err; | 857 | goto err; |
858 | } | 858 | } |
859 | 859 | ||
860 | printf("bar\n"); | ||
861 | memset(&kop, 0, sizeof kop); | 860 | memset(&kop, 0, sizeof kop); |
862 | kop.crk_op = CRK_DSA_SIGN; | 861 | kop.crk_op = CRK_DSA_SIGN; |
863 | 862 | ||
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) | |||
857 | goto err; | 857 | goto err; |
858 | } | 858 | } |
859 | 859 | ||
860 | printf("bar\n"); | ||
861 | memset(&kop, 0, sizeof kop); | 860 | memset(&kop, 0, sizeof kop); |
862 | kop.crk_op = CRK_DSA_SIGN; | 861 | kop.crk_op = CRK_DSA_SIGN; |
863 | 862 | ||