00001 #ifndef _GPXE_RSA_H 00002 #define _GPXE_RSA_H 00003 00004 FILE_LICENCE ( GPL2_OR_LATER ); 00005 00006 struct pubkey_algorithm; 00007 00008 extern struct pubkey_algorithm rsa_algorithm; 00009 00010 #include "crypto/axtls/crypto.h" 00011 00012 #endif /* _GPXE_RSA_H */
1.5.7.1