[contrib] Allow Network Protocol header to display in rom-o-matic
[gpxe.git] / src / include / gpxe / rsa.h
blob5052ad46f84bd556368cab177acce06d8afc9527
1 #ifndef _GPXE_RSA_H
2 #define _GPXE_RSA_H
4 FILE_LICENCE ( GPL2_OR_LATER );
6 struct pubkey_algorithm;
8 extern struct pubkey_algorithm rsa_algorithm;
10 #include "crypto/axtls/crypto.h"
12 #endif /* _GPXE_RSA_H */