diff options
| author | tb <> | 2024-08-08 23:50:29 +0000 |
|---|---|---|
| committer | tb <> | 2024-08-08 23:50:29 +0000 |
| commit | e755f6ee9bfab63d12a1136307e8805df17147a1 (patch) | |
| tree | 0e744543cd63a3e7aed2b8f5af50dab56fb166a0 /src | |
| parent | e8f5943b719fa7c99ca31dd81267a19d2e6fc533 (diff) | |
| download | openbsd-e755f6ee9bfab63d12a1136307e8805df17147a1.tar.gz openbsd-e755f6ee9bfab63d12a1136307e8805df17147a1.tar.bz2 openbsd-e755f6ee9bfab63d12a1136307e8805df17147a1.zip | |
ct.h: move two asterisks to the proper place
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/ct/ct.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/ct/ct.h b/src/lib/libcrypto/ct/ct.h index 895046e00a..db5cf28b48 100644 --- a/src/lib/libcrypto/ct/ct.h +++ b/src/lib/libcrypto/ct/ct.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ct.h,v 1.7 2022/05/08 20:59:32 tb Exp $ */ | 1 | /* $OpenBSD: ct.h,v 1.8 2024/08/08 23:50:29 tb Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Public API for Certificate Transparency (CT). | 3 | * Public API for Certificate Transparency (CT). |
| 4 | * Written by Rob Percival (robpercival@google.com) for the OpenSSL project. | 4 | * Written by Rob Percival (robpercival@google.com) for the OpenSSL project. |
| @@ -116,7 +116,7 @@ CT_POLICY_EVAL_CTX *CT_POLICY_EVAL_CTX_new(void); | |||
| 116 | void CT_POLICY_EVAL_CTX_free(CT_POLICY_EVAL_CTX *ctx); | 116 | void CT_POLICY_EVAL_CTX_free(CT_POLICY_EVAL_CTX *ctx); |
| 117 | 117 | ||
| 118 | /* Gets the peer certificate that the SCTs are for */ | 118 | /* Gets the peer certificate that the SCTs are for */ |
| 119 | X509* CT_POLICY_EVAL_CTX_get0_cert(const CT_POLICY_EVAL_CTX *ctx); | 119 | X509 *CT_POLICY_EVAL_CTX_get0_cert(const CT_POLICY_EVAL_CTX *ctx); |
| 120 | 120 | ||
| 121 | /* | 121 | /* |
| 122 | * Sets the certificate associated with the received SCTs. | 122 | * Sets the certificate associated with the received SCTs. |
| @@ -126,7 +126,7 @@ X509* CT_POLICY_EVAL_CTX_get0_cert(const CT_POLICY_EVAL_CTX *ctx); | |||
| 126 | int CT_POLICY_EVAL_CTX_set1_cert(CT_POLICY_EVAL_CTX *ctx, X509 *cert); | 126 | int CT_POLICY_EVAL_CTX_set1_cert(CT_POLICY_EVAL_CTX *ctx, X509 *cert); |
| 127 | 127 | ||
| 128 | /* Gets the issuer of the aforementioned certificate */ | 128 | /* Gets the issuer of the aforementioned certificate */ |
| 129 | X509* CT_POLICY_EVAL_CTX_get0_issuer(const CT_POLICY_EVAL_CTX *ctx); | 129 | X509 *CT_POLICY_EVAL_CTX_get0_issuer(const CT_POLICY_EVAL_CTX *ctx); |
| 130 | 130 | ||
| 131 | /* | 131 | /* |
| 132 | * Sets the issuer of the certificate associated with the received SCTs. | 132 | * Sets the issuer of the certificate associated with the received SCTs. |
