]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - providers/common/include/internal/providercommon.h
Add a nid 2 algorithm name mapping capability
[thirdparty/openssl.git] / providers / common / include / internal / providercommon.h
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..d54fafa971e6039a204aed0f14ef3cf224f251cb 100644 (file)
@@ -0,0 +1,14 @@
+/*
+ * Copyright 2019 The OpenSSL Project Authors. All Rights Reserved.
+ *
+ * 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
+ */
+
+#include <openssl/provider.h>
+
+const OSSL_PROVIDER *FIPS_get_provider(OPENSSL_CTX *ctx);
+
+const char *ossl_prov_util_nid_to_name(int nid);