summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/rsa.h
blob: e30e1a5a3986d04d0c77373b4d4af00e74b88b27 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef _GPXE_RSA_H
#define _GPXE_RSA_H

struct pubkey_algorithm;

extern struct pubkey_algorithm rsa_algorithm;

#include "crypto/axtls/crypto.h"

#endif /* _GPXE_RSA_H */