summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ct
diff options
context:
space:
mode:
authortb <>2022-06-30 11:14:47 +0000
committertb <>2022-06-30 11:14:47 +0000
commitb9750dad90805ab9064b083f792c0c680759708a (patch)
tree9d33f37718333e8e9e8f5ec14186695caf8ef529 /src/lib/libcrypto/ct
parent45af7f28511f7b7de4d578bd4cbcb69f4f1d9bcc (diff)
downloadopenbsd-b9750dad90805ab9064b083f792c0c680759708a.tar.gz
openbsd-b9750dad90805ab9064b083f792c0c680759708a.tar.bz2
openbsd-b9750dad90805ab9064b083f792c0c680759708a.zip
Replace obj_mac.h with object.h
Pointed out by and ok jsing
Diffstat (limited to 'src/lib/libcrypto/ct')
-rw-r--r--src/lib/libcrypto/ct/ct_sct_ctx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ct/ct_sct_ctx.c b/src/lib/libcrypto/ct/ct_sct_ctx.c
index 1863058ded..b2b6d4e269 100644
--- a/src/lib/libcrypto/ct/ct_sct_ctx.c
+++ b/src/lib/libcrypto/ct/ct_sct_ctx.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ct_sct_ctx.c,v 1.5 2021/12/18 16:34:52 tb Exp $ */ 1/* $OpenBSD: ct_sct_ctx.c,v 1.6 2022/06/30 11:14:47 tb Exp $ */
2/* 2/*
3 * Written by Rob Stradling (rob@comodo.com) and Stephen Henson 3 * Written by Rob Stradling (rob@comodo.com) and Stephen Henson
4 * (steve@openssl.org) for the OpenSSL project 2014. 4 * (steve@openssl.org) for the OpenSSL project 2014.
@@ -65,7 +65,7 @@
65#include <string.h> 65#include <string.h>
66 66
67#include <openssl/err.h> 67#include <openssl/err.h>
68#include <openssl/obj_mac.h> 68#include <openssl/objects.h>
69#include <openssl/x509.h> 69#include <openssl/x509.h>
70 70
71#include "ct_local.h" 71#include "ct_local.h"