diff options
author | Michael Brown <mcb30@etherboot.org> | 2007-02-01 02:17:33 +0000 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2007-02-01 02:17:33 +0000 |
commit | a1f021db96662b58c4f9dcd2a34578b983489caa (patch) | |
tree | 34a592494e77856ff439ad88d6b238d238d74913 /src/include/gpxe/rsa.h | |
parent | 406b20a64d8177e8a553c3d898f2e37a11dce186 (diff) | |
download | ipxe-a1f021db96662b58c4f9dcd2a34578b983489caa.tar.gz |
Placeholder
Diffstat (limited to 'src/include/gpxe/rsa.h')
-rw-r--r-- | src/include/gpxe/rsa.h | 10 |
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 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 */ |