david/ipxe
Archived
1
0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/include/gpxe/rsa.h

11 lines
173 B
C
Raw Normal View History

2007-02-01 03:17:33 +01:00
#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 */