summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/rsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gpxe/rsa.h')
-rw-r--r--src/include/gpxe/rsa.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gpxe/rsa.h b/src/include/gpxe/rsa.h
index ce15cfa0..e30e1a5a 100644
--- a/src/include/gpxe/rsa.h
+++ b/src/include/gpxe/rsa.h
@@ -1,9 +1,9 @@
#ifndef _GPXE_RSA_H
#define _GPXE_RSA_H
-struct crypto_algorithm;
+struct pubkey_algorithm;
-extern struct crypto_algorithm rsa_algorithm;
+extern struct pubkey_algorithm rsa_algorithm;
#include "crypto/axtls/crypto.h"