2020-07-25 17:11:03 +08:00
|
|
|
/*
|
2021-02-18 22:57:13 +08:00
|
|
|
* Copyright 2020-2021 The OpenSSL Project Authors. All Rights Reserved.
|
2020-07-25 17:11:03 +08:00
|
|
|
*
|
|
|
|
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
|
|
|
* this file except in compliance with the License. You can obtain a copy
|
|
|
|
* in the file LICENSE in the source distribution or at
|
|
|
|
* https://www.openssl.org/source/license.html
|
|
|
|
*/
|
|
|
|
|
2021-02-07 05:36:46 +08:00
|
|
|
#ifndef OSSL_CRYPTO_PKCS7_H
|
|
|
|
# define OSSL_CRYPTO_PKCS7_H
|
|
|
|
# pragma once
|
|
|
|
|
2021-02-19 15:29:29 +08:00
|
|
|
void ossl_pkcs7_resolve_libctx(PKCS7 *p7);
|
2021-02-07 05:36:46 +08:00
|
|
|
|
|
|
|
#endif
|