X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Ftmdiff.h;h=41a8a1e0e0dab6b059e6184e62efef87da9555be;hb=29ccd81f58d459f72746792bc43d6536bff022ea;hp=4561211b7c248a10aa7d73ed8878b5bfa68e67d1;hpb=31b8d8684441e6cd5138832bb1b2ddb10acd6ba6;p=oweals%2Fopenssl.git diff --git a/crypto/tmdiff.h b/crypto/tmdiff.h index 4561211b7c..41a8a1e0e0 100644 --- a/crypto/tmdiff.h +++ b/crypto/tmdiff.h @@ -67,22 +67,12 @@ extern "C" { #endif -#ifndef NOPROTO char *ms_time_new(void ); void ms_time_free(char *a); void ms_time_get(char *a); double ms_time_diff(char *start,char *end); int ms_time_cmp(char *ap,char *bp); -#else - -char *ms_time_new(); -void ms_time_free(); -void ms_time_get(); -double ms_time_diff(); -int ms_time_cmp(); -#endif - #ifdef __cplusplus } #endif