RT4320/GH705: Fix PEM parsing bug.
[openssl.git] / crypto / ts / ts_req_utils.c
index 362e5e589a977e6429fc7c5b8312ea52067fc107..5e1114ab9d3cd07c13f2a22ab8abe9969aeaeeb8 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/ts/ts_req_utils.c */
 /*
  * Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL project
  * 2002.
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/objects.h>
 #include <openssl/x509v3.h>
 #include <openssl/ts.h>
+#include "ts_lcl.h"
 
 int TS_REQ_set_version(TS_REQ *a, long version)
 {