ifdef cleanup, 2 remove OPENSSL_NO_SETVBUF_IONBF
authorRich Salz <rsalz@openssl.org>
Thu, 22 Jan 2015 17:57:29 +0000 (12:57 -0500)
committerRich Salz <rsalz@openssl.org>
Thu, 22 Jan 2015 17:57:29 +0000 (12:57 -0500)
commit27c7609cf8e72dfa2956bc00f166301ee983581a
tree300e053981fbd86cfb008e0606aa044bc275a2cd
parent9c46f4b9cd4912b61cb546c48b678488d7f26ed6
ifdef cleanup, 2 remove OPENSSL_NO_SETVBUF_IONBF

Use setbuf(fp, NULL) instead of setvbuf().  This removes some
ifdef complexity because all of our platforms support setbuf.

Reviewed-by: Richard Levitte <levitte@openssl.org>
CHANGES
apps/apps.c
apps/enc.c
crypto/rand/randfile.c
makevms.com