mirror of
https://github.com/ipxe/ipxe
synced 2025-12-30 13:11:11 +03:00
11 lines
173 B
C
11 lines
173 B
C
#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 */
|