Move ossl_sleep() to e_os.h and use it in apps
[openssl.git] / crypto / cmp / cmp_client.c
index 54c8f5094be773746b966c68a52e00d3707ef671..dce7d0c010d4e24c4122da17a12876082d0bbf90 100644 (file)
@@ -11,6 +11,7 @@
 
 #include "cmp_local.h"
 #include "internal/cryptlib.h"
+#include "e_os.h" /* ossl_sleep() */
 
 /* explicit #includes not strictly needed since implied by the above: */
 #include <openssl/bio.h>