]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - ssl/s23_pkt.c
Change functions to ANSI C.
[thirdparty/openssl.git] / ssl / s23_pkt.c
index 99f909d50fa00257a43a7ac904b4004560a01ed7..64acf2ce7d366d842b9450425aab9ed84a71eda9 100644 (file)
@@ -63,8 +63,7 @@
 #include "buffer.h"
 #include "ssl_locl.h"
 
-int ssl23_write_bytes(s)
-SSL *s;
+int ssl23_write_bytes(SSL *s)
        {
        int i,num,tot;
        char *buf;
@@ -91,9 +90,7 @@ SSL *s;
        }
 
 /* only return when we have read 'n' bytes */
-int ssl23_read_bytes(s,n)
-SSL *s;
-int n;
+int ssl23_read_bytes(SSL *s, int n)
        {
        unsigned char *p;
        int j;