From c91b2a119a72a2293d9e9ffe5bd97c70d0c22eee Mon Sep 17 00:00:00 2001 From: Ben Kaduk Date: Mon, 9 Dec 2013 14:54:18 -0500 Subject: [PATCH] Fix typo in rfc3961 namespace-cleaning Change-Id: If93119ce4345ab8d1eccb9df7196b1681d2762cb Reviewed-on: http://gerrit.openafs.org/10550 Reviewed-by: Jeffrey Altman Tested-by: Jeffrey Altman --- src/crypto/rfc3961/rfc3961.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crypto/rfc3961/rfc3961.h b/src/crypto/rfc3961/rfc3961.h index 5819bd8ab..2656f9b40 100644 --- a/src/crypto/rfc3961/rfc3961.h +++ b/src/crypto/rfc3961/rfc3961.h @@ -155,7 +155,7 @@ void krb5_free_keyblock_contents(krb5_context context, #define krb5_crypto_prf oafs_h_krb5_crypto_prf #define krb5_crypto_fx_cf2 oafs_h_krb5_crypto_fx_cf2 #define krb5_generate_random_block oafs_h_krb5_generate_random_block -#define krb5_random_to_key oafs_h_krb5_random_ro_key +#define krb5_random_to_key oafs_h_krb5_random_to_key #define krb5_crypto_overhead oafs_h_krb5_crypto_overhead krb5_error_code krb5_crypto_prf(krb5_context context, -- 2.39.5