diff options
Diffstat (limited to 'src/include/gpxe/tls.h')
| -rw-r--r-- | src/include/gpxe/tls.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gpxe/tls.h b/src/include/gpxe/tls.h index 182bc49da..ddec7bec2 100644 --- a/src/include/gpxe/tls.h +++ b/src/include/gpxe/tls.h @@ -91,11 +91,11 @@ enum tls_tx_state { /** A TLS cipher specification */ struct tls_cipherspec { /** Public-key encryption algorithm */ - struct crypto_algorithm *pubkey; + struct pubkey_algorithm *pubkey; /** Bulk encryption cipher algorithm */ - struct crypto_algorithm *cipher; + struct cipher_algorithm *cipher; /** MAC digest algorithm */ - struct crypto_algorithm *digest; + struct digest_algorithm *digest; /** Key length */ size_t key_len; /** Dynamically-allocated storage */ |
