[sundance] Add reset completion check
[gpxe.git] / src / include / gpxe / rsa.h
blobe30e1a5a3986d04d0c77373b4d4af00e74b88b27
1 #ifndef _GPXE_RSA_H
2 #define _GPXE_RSA_H
4 struct pubkey_algorithm;
6 extern struct pubkey_algorithm rsa_algorithm;
8 #include "crypto/axtls/crypto.h"
10 #endif /* _GPXE_RSA_H */