2
0
mirror of https://github.com/xcat2/xNBA.git synced 2026-04-12 00:01:27 +00:00
Files
xNBA/src/include/gpxe/rsa.h
Michael Brown a1f021db96 Placeholder
2007-02-01 02:17:33 +00:00

11 lines
173 B
C

#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 */