mark BIO_snprintf as deprecated, so warnings will be generated for it's
authorbeck <beck@openbsd.org>
Thu, 22 May 2014 15:37:59 +0000 (15:37 +0000)
committerbeck <beck@openbsd.org>
Thu, 22 May 2014 15:37:59 +0000 (15:37 +0000)
use. ok miod@ tedu@

lib/libcrypto/bio/bio.h
lib/libssl/src/crypto/bio/bio.h

index ee0afb1..ee3c1d5 100644 (file)
@@ -759,10 +759,10 @@ BIO_vprintf(BIO *bio, const char *format, va_list args)
 __bio_h__attr__((__format__(__printf__, 2, 0)));
 int
 BIO_snprintf(char *buf, size_t n, const char *format, ...)
-__bio_h__attr__((__format__(__printf__, 3, 4)));
+__bio_h__attr__((deprecated, __format__(__printf__, 3, 4)));
 int
 BIO_vsnprintf(char *buf, size_t n, const char *format, va_list args)
-__bio_h__attr__((__format__(__printf__, 3, 0)));
+__bio_h__attr__((deprecated, __format__(__printf__, 3, 0)));
 #undef __bio_h__attr__
 
 /* BEGIN ERROR CODES */
index ee0afb1..ee3c1d5 100644 (file)
@@ -759,10 +759,10 @@ BIO_vprintf(BIO *bio, const char *format, va_list args)
 __bio_h__attr__((__format__(__printf__, 2, 0)));
 int
 BIO_snprintf(char *buf, size_t n, const char *format, ...)
-__bio_h__attr__((__format__(__printf__, 3, 4)));
+__bio_h__attr__((deprecated, __format__(__printf__, 3, 4)));
 int
 BIO_vsnprintf(char *buf, size_t n, const char *format, va_list args)
-__bio_h__attr__((__format__(__printf__, 3, 0)));
+__bio_h__attr__((deprecated, __format__(__printf__, 3, 0)));
 #undef __bio_h__attr__
 
 /* BEGIN ERROR CODES */