New functions
[openssl.git] / crypto / bio / bss_file.c
index e3af936374020385a2e50d991352feeb33ff1fcb..8b3ff278d901b2c3d021c0f32e82e40611446b6c 100644 (file)
@@ -103,7 +103,7 @@ BIO *BIO_new_file(const char *filename, const char *mode)
                {
                SYSerr(SYS_F_FOPEN,get_last_sys_error());
                ERR_add_error_data(5,"fopen('",filename,"','",mode,"')");
-               if(errno == ENOENT)
+               if (errno == ENOENT)
                        BIOerr(BIO_F_BIO_NEW_FILE,BIO_R_NO_SUCH_FILE);
                else
                        BIOerr(BIO_F_BIO_NEW_FILE,ERR_R_SYS_LIB);