]> granicus.if.org Git - openssl/commitdiff
OpenBSD-internal changes.
authorRichard Levitte <levitte@openssl.org>
Sat, 27 Dec 2003 15:02:54 +0000 (15:02 +0000)
committerRichard Levitte <levitte@openssl.org>
Sat, 27 Dec 2003 15:02:54 +0000 (15:02 +0000)
This is part of a large change submitted by Markus Friedl <markus@openbsd.org>

crypto/engine/hw_cryptodev.c

index 19b313ff816c252642899931593962e4bab43866..467c0daa1b6612882411824d831ca6c7465e4d2c 100644 (file)
@@ -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
@@ -874,7 +871,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;