Support verify_depth from the SSL API without need for user-defined
[openssl.git] / crypto / tmdiff.h
index 4561211b7c248a10aa7d73ed8878b5bfa68e67d1..41a8a1e0e0dab6b059e6184e62efef87da9555be 100644 (file)
 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