summaryrefslogtreecommitdiff
path: root/usr/src/lib/libkmf/include/algorithm.h
diff options
context:
space:
mode:
authorwyllys <none@none>2007-09-14 12:13:39 -0700
committerwyllys <none@none>2007-09-14 12:13:39 -0700
commit30a5e8fa1253cb33980ee4514743cf683f584b4e (patch)
tree210cd7ded596d35a49c4935177abf7b72b4b241d /usr/src/lib/libkmf/include/algorithm.h
parent1b300de97c3a03432cd287d7e82a800782dcd236 (diff)
downloadillumos-gate-30a5e8fa1253cb33980ee4514743cf683f584b4e.tar.gz
PSARC 2007/426 KMFAPI Interface Taxonomy Change
PSARC 2007/465 pktool symmetric key enhancements 6546405 KMF Interfaces need to be extensible 6547894 pktool should be more detailed 6590232 pktool should import and export generic keys
Diffstat (limited to 'usr/src/lib/libkmf/include/algorithm.h')
-rw-r--r--usr/src/lib/libkmf/include/algorithm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/libkmf/include/algorithm.h b/usr/src/lib/libkmf/include/algorithm.h
index c52ee81028..00e2eabddf 100644
--- a/usr/src/lib/libkmf/include/algorithm.h
+++ b/usr/src/lib/libkmf/include/algorithm.h
@@ -37,7 +37,7 @@ typedef struct pkcs_algorithm_map
} PKCS_ALGORITHM_MAP;
extern KMF_SIGNATURE_MODE PKCS_GetDefaultSignatureMode(KMF_ALGORITHM_INDEX);
-extern PKCS_ALGORITHM_MAP* PKCS_GetAlgorithmMap(KMF_ALGCLASS, uint32_t,
+extern PKCS_ALGORITHM_MAP* pkcs_get_alg_map(KMF_ALGCLASS, uint32_t,
uint32_t);
#ifdef __cplusplus