More information about installing.
[openssl.git] / ssl / ssl_txt.c
index 22fbb5f55b254298d164a8f5560189405297e39d..df0af097508d17868661cb9fe30bc0f374b1fb8c 100644 (file)
  */
 
 #include <stdio.h>
-#include "buffer.h"
+#include <openssl/buffer.h>
 #include "ssl_locl.h"
 
 #ifndef NO_FP_API
-int SSL_SESSION_print_fp(fp, x)
-FILE *fp;
-SSL_SESSION *x;
+int SSL_SESSION_print_fp(FILE *fp, SSL_SESSION *x)
         {
         BIO *b;
         int ret;
@@ -80,9 +78,7 @@ SSL_SESSION *x;
         }
 #endif
 
-int SSL_SESSION_print(bp,x)
-BIO *bp;
-SSL_SESSION *x;
+int SSL_SESSION_print(BIO *bp, SSL_SESSION *x)
        {
        unsigned int i;
        char str[128],*s;