]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - ssl/statem/statem.c
Corrected missing definitions from NonStop SPT build.
[thirdparty/openssl.git] / ssl / statem / statem.c
index 74c270d002e930c88294909e6f411256c3b3c162..3b6e78e3f84a84d2d8359a9e54a63ede09d3365c 100644 (file)
@@ -7,6 +7,11 @@
  * https://www.openssl.org/source/license.html
  */
 
+#if defined(__TANDEM) && defined(_SPT_MODEL_)
+# include <spthread.h>
+# include <spt_extensions.h> /* timeval */
+#endif
+
 #include "internal/cryptlib.h"
 #include <openssl/rand.h>
 #include "../ssl_local.h"