repo.or.cz
/
gpxe.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[sundance] Add reset completion check
[gpxe.git]
/
src
/
include
/
gpxe
/
rsa.h
blob
e30e1a5a3986d04d0c77373b4d4af00e74b88b27
1
#ifndef _GPXE_RSA_H
2
#define _GPXE_RSA_H
3
4
struct
pubkey_algorithm
;
5
6
extern
struct
pubkey_algorithm rsa_algorithm
;
7
8
#include
"crypto/axtls/crypto.h"
9
10
#endif
/* _GPXE_RSA_H */