summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-12-27 15:02:56 +0000
committerRichard Levitte <levitte@openssl.org>2003-12-27 15:02:56 +0000
commit7cf803230ba4b2531e5ec55dcad80c1dac011628 (patch)
tree5d7e7839e9e459ae43f357c455a3314ff7e7a211
parent79b42e76548f232a4736df0a3322fa7676868537 (diff)
OpenBSD-internal changes.
This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
-rw-r--r--crypto/engine/eng_cryptodev.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/engine/eng_cryptodev.c b/crypto/engine/eng_cryptodev.c
index f8a4a292b5..65f20726b8 100644
--- a/crypto/engine/eng_cryptodev.c
+++ b/crypto/engine/eng_cryptodev.c
@@ -12,9 +12,6 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. Neither the name of the author nor the names of contributors
- * may be used to endorse or promote products derived from this software
- * without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
@@ -875,7 +872,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;