Loading crypto/bio/bss_dgram.c +3 −2 Original line number Diff line number Diff line Loading @@ -57,7 +57,6 @@ * */ #ifndef OPENSSL_NO_DGRAM #include <stdio.h> #include <errno.h> Loading @@ -65,6 +64,7 @@ #include "cryptlib.h" #include <openssl/bio.h> #ifndef OPENSSL_NO_DGRAM #if defined(OPENSSL_SYS_WIN32) || defined(OPENSSL_SYS_VMS) #include <sys/timeb.h> Loading Loading @@ -815,7 +815,6 @@ int BIO_dgram_non_fatal_error(int err) } return(0); } #endif static void get_current_time(struct timeval *t) { Loading @@ -833,3 +832,5 @@ static void get_current_time(struct timeval *t) gettimeofday(t, NULL); #endif } #endif Loading
crypto/bio/bss_dgram.c +3 −2 Original line number Diff line number Diff line Loading @@ -57,7 +57,6 @@ * */ #ifndef OPENSSL_NO_DGRAM #include <stdio.h> #include <errno.h> Loading @@ -65,6 +64,7 @@ #include "cryptlib.h" #include <openssl/bio.h> #ifndef OPENSSL_NO_DGRAM #if defined(OPENSSL_SYS_WIN32) || defined(OPENSSL_SYS_VMS) #include <sys/timeb.h> Loading Loading @@ -815,7 +815,6 @@ int BIO_dgram_non_fatal_error(int err) } return(0); } #endif static void get_current_time(struct timeval *t) { Loading @@ -833,3 +832,5 @@ static void get_current_time(struct timeval *t) gettimeofday(t, NULL); #endif } #endif