summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ct/ct_sct_ctx.c
diff options
context:
space:
mode:
authortb <>2022-06-30 11:14:47 +0000
committertb <>2022-06-30 11:14:47 +0000
commit727d040aad78fde5a0f1d575255736d37d0c721c (patch)
tree9d33f37718333e8e9e8f5ec14186695caf8ef529 /src/lib/libcrypto/ct/ct_sct_ctx.c
parenta707633f86eb12772b7456b15ec5b8a8bca018c9 (diff)
downloadopenbsd-727d040aad78fde5a0f1d575255736d37d0c721c.tar.gz
openbsd-727d040aad78fde5a0f1d575255736d37d0c721c.tar.bz2
openbsd-727d040aad78fde5a0f1d575255736d37d0c721c.zip
Replace obj_mac.h with object.h
Pointed out by and ok jsing
Diffstat (limited to 'src/lib/libcrypto/ct/ct_sct_ctx.c')
-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"