david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Placeholder

This commit is contained in:
Michael Brown 2007-02-01 02:17:33 +00:00
parent 406b20a64d
commit a1f021db96
1 changed files with 10 additions and 0 deletions

10
src/include/gpxe/rsa.h Normal file
View File

@ -0,0 +1,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 */