summaryrefslogtreecommitdiff
path: root/gpxe/src/include/gpxe/rsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpxe/src/include/gpxe/rsa.h')
-rw-r--r--gpxe/src/include/gpxe/rsa.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/gpxe/src/include/gpxe/rsa.h b/gpxe/src/include/gpxe/rsa.h
deleted file mode 100644
index 5052ad46..00000000
--- a/gpxe/src/include/gpxe/rsa.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef _GPXE_RSA_H
-#define _GPXE_RSA_H
-
-FILE_LICENCE ( GPL2_OR_LATER );
-
-struct pubkey_algorithm;
-
-extern struct pubkey_algorithm rsa_algorithm;
-
-#include "crypto/axtls/crypto.h"
-
-#endif /* _GPXE_RSA_H */