mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +03:00
Placeholder
This commit is contained in:
10
src/include/gpxe/rsa.h
Normal file
10
src/include/gpxe/rsa.h
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
#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 */
|
||||||
Reference in New Issue
Block a user