diff options
| author | Michael Brown | 2007-02-01 03:17:33 +0100 |
|---|---|---|
| committer | Michael Brown | 2007-02-01 03:17:33 +0100 |
| commit | a1f021db96662b58c4f9dcd2a34578b983489caa (patch) | |
| tree | 34a592494e77856ff439ad88d6b238d238d74913 /src/include | |
| parent | Assert that division result is correct (diff) | |
| download | ipxe-a1f021db96662b58c4f9dcd2a34578b983489caa.tar.gz ipxe-a1f021db96662b58c4f9dcd2a34578b983489caa.tar.xz ipxe-a1f021db96662b58c4f9dcd2a34578b983489caa.zip | |
Placeholder
Diffstat (limited to 'src/include')
| -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 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 */ |
