aboutsummaryrefslogtreecommitdiffstats
path: root/libparc/parc/security/parc_Pkcs12KeyStore.c
diff options
context:
space:
mode:
authorAlberto Compagno <acompagn+fdio@cisco.com>2019-02-13 16:34:18 +0100
committerAlberto Compagno <acompagn+fdio@cisco.com>2019-02-13 16:34:18 +0100
commit63e47cd7180a46635ed08a80e3b1bcb17c3b8a58 (patch)
tree58efd429413f93e48e17f807edce736dd31c50c9 /libparc/parc/security/parc_Pkcs12KeyStore.c
parentfa9264951b3b3b4e69af84744f20e2dc147facf6 (diff)
Reintroduced for backward compatibility the old api for signing packets that allocates the buffer holding the signature.
Change-Id: I7ee9089b5cb1ec21fd0c5c27f9ee391cc294266b Signed-off-by: Alberto Compagno <acompagn+fdio@cisco.com>
Diffstat (limited to 'libparc/parc/security/parc_Pkcs12KeyStore.c')
-rw-r--r--libparc/parc/security/parc_Pkcs12KeyStore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libparc/parc/security/parc_Pkcs12KeyStore.c b/libparc/parc/security/parc_Pkcs12KeyStore.c
index 12246593..55e5e9b5 100644
--- a/libparc/parc/security/parc_Pkcs12KeyStore.c
+++ b/libparc/parc/security/parc_Pkcs12KeyStore.c
@@ -255,7 +255,7 @@ parcPkcs12KeyStore_CreateFile(
default:
return result;
}
-
+
if (pkcs12 != NULL) {
int fd = open(filename, O_CREAT | O_WRONLY | O_TRUNC, 0600);
if (fd != -1) {