RT1207: document SSL_COMP_free_compression_methods.
[openssl.git] / ssl / s3_pkt.c
index 221ae039e99eaeb5442103268ac9e6137dba40e4..8440f1eb97529cc21a57f016f0c38f6cc195bb95 100644 (file)
@@ -708,7 +708,7 @@ int ssl3_write_bytes(SSL *s, int type, const void *buf_, int len)
                 packlen *= 4;
 
             wb->buf = OPENSSL_malloc(packlen);
-            if(!wb->buf) {
+            if (!wb->buf) {
                 SSLerr(SSL_F_SSL3_WRITE_BYTES, ERR_R_MALLOC_FAILURE);
                 return -1;
             }