Fix irix-cc build.
[openssl.git] / apps / s_cb.c
index 0a6d0ce3f54610b958a296c3c652af48e5c79f8a..7720144d5982670762e3fbc6d4accaa1fe6267fc 100644 (file)
@@ -230,7 +230,7 @@ int set_cert_stuff(SSL_CTX *ctx, char *cert_file, char *key_file)
                        return(0);
                        }
 
-               /*
+               /*-
                In theory this is no longer needed 
                ssl=SSL_new(ctx);
                x509=SSL_get_certificate(ssl);