1 2 3 4 5 6 7 8 9 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 */