Remove commented code for BINARY Secrets

This commit is contained in:
Jim Norman
2006-01-03 18:07:30 +00:00
parent c77c27593e
commit ee00b0f0a5
3 changed files with 45 additions and 44 deletions

View File

@@ -381,7 +381,7 @@ typedef struct _sscs_ext_t
uint32_t ssFlags, // IN
SSCS_SECRET_ID_T * appSecretID, // IN
SSCS_SECRET_ID_T * sharedSecretID, // Optional IN
int32_t * credentialType, // IN/OUT
uint32_t * credentialType, // IN/OUT
void * credential, // OUT
SSCS_EXT_T * ext // Reserved
);
@@ -392,7 +392,7 @@ typedef struct _sscs_ext_t
uint32_t ssFlags, // IN
SSCS_SECRET_ID_T * appSecretID, // IN
SSCS_SECRET_ID_T * sharedSecretID, // Optional IN
int32_t credentialType, // IN
uint32_t credentialType, // IN
void * credential, // IN
SSCS_EXT_T * ext // Reserved
);