blob: a080f9f08afe4bcb1537b6789f2fa917914c705c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef _IPXE_RSA_H
#define _IPXE_RSA_H
FILE_LICENCE ( GPL2_OR_LATER );
struct pubkey_algorithm;
extern struct pubkey_algorithm rsa_algorithm;
#include "crypto/axtls/crypto.h"
#endif /* _IPXE_RSA_H */
|