aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/pk_ops_impl.h
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2016-12-04 15:41:18 -0500
committerJack Lloyd <[email protected]>2016-12-04 15:41:18 -0500
commita681421d01ea132ea3461f99641daacd9bd64df9 (patch)
tree74db1814275bc3f556fab326ffea9c84dfdbf92c /src/lib/pubkey/pk_ops_impl.h
parent786e3100649d913ab0bbf223c53624c4beb38e35 (diff)
Expose pk_ops.h as public interface again
I was initially thinking of Botan as somewhat closed system, but @cordney has a legit use case of wanting to expose a TPM sign operation, but using their internal TPM library and TPM key type. This requires the API be exposed so the derivation can occur. Add a comment in the header explaining that the header is not for normal application use and directing them to pubkey.h This basically reverts 2747e8e23aec43162
Diffstat (limited to 'src/lib/pubkey/pk_ops_impl.h')
-rw-r--r--src/lib/pubkey/pk_ops_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/pubkey/pk_ops_impl.h b/src/lib/pubkey/pk_ops_impl.h
index bde119ab4..48552afab 100644
--- a/src/lib/pubkey/pk_ops_impl.h
+++ b/src/lib/pubkey/pk_ops_impl.h
@@ -8,7 +8,7 @@
#ifndef BOTAN_PK_OPERATION_IMPL_H__
#define BOTAN_PK_OPERATION_IMPL_H__
-#include <botan/internal/pk_ops.h>
+#include <botan/pk_ops.h>
namespace Botan {