From: Michael Brown Date: Thu, 1 Feb 2007 02:17:33 +0000 (+0000) Subject: Placeholder X-Git-Tag: v0.9.3~471 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1f021db96662b58c4f9dcd2a34578b983489caa;p=thirdparty%2Fipxe.git Placeholder --- 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 */