summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ts/ts_req_print.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/ts/ts_req_print.c')
-rw-r--r--src/lib/libcrypto/ts/ts_req_print.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/ts/ts_req_print.c b/src/lib/libcrypto/ts/ts_req_print.c
index 0fd115f684..64a8133a58 100644
--- a/src/lib/libcrypto/ts/ts_req_print.c
+++ b/src/lib/libcrypto/ts/ts_req_print.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ts_req_print.c,v 1.3 2014/06/12 15:49:31 deraadt Exp $ */ 1/* $OpenBSD: ts_req_print.c,v 1.4 2014/07/11 08:44:49 jsing Exp $ */
2/* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL 2/* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL
3 * project 2002. 3 * project 2002.
4 */ 4 */
@@ -57,11 +57,11 @@
57 */ 57 */
58 58
59#include <stdio.h> 59#include <stdio.h>
60#include "cryptlib.h" 60
61#include <openssl/objects.h>
62#include <openssl/bn.h> 61#include <openssl/bn.h>
63#include <openssl/x509v3.h> 62#include <openssl/objects.h>
64#include <openssl/ts.h> 63#include <openssl/ts.h>
64#include <openssl/x509v3.h>
65 65
66/* Function definitions. */ 66/* Function definitions. */
67 67