diff options
| author | Endi Sukma Dewata <edewata@redhat.com> | 2012-11-30 00:23:23 -0500 |
|---|---|---|
| committer | Endi Sukma Dewata <edewata@redhat.com> | 2012-11-30 00:23:23 -0500 |
| commit | a35f90bf9ed2c7147188597f2e75f30cedde1076 (patch) | |
| tree | d0d47343e2cd03a31bfcc3e5ec98ccb1a7ca2fdd /base/native-tools/src/tkstool/tkstool.h | |
| parent | 2580faf9ed74f466ff327f6d961c8e7d8b55ed0f (diff) | |
| download | pki-tkstool.tar.gz pki-tkstool.tar.xz pki-tkstool.zip | |
WIPtkstool
Diffstat (limited to 'base/native-tools/src/tkstool/tkstool.h')
| -rw-r--r-- | base/native-tools/src/tkstool/tkstool.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/base/native-tools/src/tkstool/tkstool.h b/base/native-tools/src/tkstool/tkstool.h index 3b0407227..0a509a49f 100644 --- a/base/native-tools/src/tkstool/tkstool.h +++ b/base/native-tools/src/tkstool/tkstool.h @@ -171,6 +171,8 @@ TKS_WriteSECItemIntoOutputFile( SECItem *wrappedKey, int hexInternalKeyKCVLength, char *output ); +SECStatus +TKS_WriteSharedKeyIntoOutputFile( char *output ); /**********/ /* find.c */ |
