]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/rsa/rsa_sign.c
Import of old SSLeay release: SSLeay 0.9.0b
[thirdparty/openssl.git] / crypto / rsa / rsa_sign.c
index 7c815ed257e20f23f0315b0b87c171c1c6c201cb..28c5571e74a9cc856aec0eeea82ca81bf4ffa523 100644 (file)
@@ -1,5 +1,5 @@
 /* crypto/rsa/rsa_sign.c */
-/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
+/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
  * This package is an SSL implementation written
@@ -170,7 +170,7 @@ RSA *rsa;
                        (sigtype == NID_md2WithRSAEncryption)))
                        {
                        /* ok, we will let it through */
-#ifndef WIN16
+#if !defined(NO_STDIO) && !defined(WIN16)
                        fprintf(stderr,"signature has problems, re-make with post SSLeay045\n");
 #endif
                        }