From a1f021db96662b58c4f9dcd2a34578b983489caa Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Thu, 1 Feb 2007 02:17:33 +0000 Subject: [PATCH] Placeholder --- src/include/gpxe/rsa.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/include/gpxe/rsa.h diff --git a/src/include/gpxe/rsa.h b/src/include/gpxe/rsa.h new file mode 100644 index 00000000..ce15cfa0 --- /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 */