From a3219b24a8ea4699e7b04cf1f1131aade9fcd855 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 18 Feb 2009 21:56:02 +0000 Subject: [crypto] Split crypto_algorithm into {digest,cipher,pubkey}_algorithm The various types of cryptographic algorithm are fundamentally different, and it was probably a mistake to try to handle them via a single common type. pubkey_algorithm is a placeholder type for now. --- src/include/gpxe/rsa.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/gpxe/rsa.h') 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" -- cgit v1.2.3-55-g7522