summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/gpxe/rsa.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/include/gpxe/rsa.h b/src/include/gpxe/rsa.h
new file mode 100644
index 000000000..ce15cfa0c
--- /dev/null
+++ b/src/include/gpxe/rsa.h
@@ -0,0 +1,10 @@
+#ifndef _GPXE_RSA_H
+#define _GPXE_RSA_H
+
+struct crypto_algorithm;
+
+extern struct crypto_algorithm rsa_algorithm;
+
+#include "crypto/axtls/crypto.h"
+
+#endif /* _GPXE_RSA_H */