]> git.ipfire.org Git - thirdparty/openssl.git/blame - crypto/include/internal/async.h
Add basic EVP_KEYMGMT API and libcrypto <-> provider interface
[thirdparty/openssl.git] / crypto / include / internal / async.h
CommitLineData
0f113f3e 1/*
6ec5fce2 2 * Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
e84be9b4 3 *
48f4ad77 4 * Licensed under the Apache License 2.0 (the "License"). You may not use
21dcbebc
RS
5 * this file except in compliance with the License. You can obtain a copy
6 * in the file LICENSE in the source distribution or at
7 * https://www.openssl.org/source/license.html
e84be9b4
DSH
8 */
9
7b9f8f7f 10#include <openssl/async.h>
e84be9b4 11
7b9f8f7f 12int async_init(void);
ed49f43a 13void async_deinit(void);
e84be9b4 14