summaryrefslogtreecommitdiffstats
path: root/debian/grub-extras/disabled/gpxe/src/include/gpxe/rsa.h
blob: 5052ad46f84bd556368cab177acce06d8afc9527 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _GPXE_RSA_H
#define _GPXE_RSA_H

FILE_LICENCE ( GPL2_OR_LATER );

struct pubkey_algorithm;

extern struct pubkey_algorithm rsa_algorithm;

#include "crypto/axtls/crypto.h"

#endif /* _GPXE_RSA_H */