From 32e77bd45cf5aca07116e97a24e329a286107a22 Mon Sep 17 00:00:00 2001 From: cxl Date: Sun, 24 Nov 2019 15:30:16 +0000 Subject: [PATCH] .cosmetics git-svn-id: svn://ultimatepp.org/upp/trunk@13716 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/Core/SSL/P7S.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uppsrc/Core/SSL/P7S.cpp b/uppsrc/Core/SSL/P7S.cpp index 1811f60e0..8dbfd0573 100644 --- a/uppsrc/Core/SSL/P7S.cpp +++ b/uppsrc/Core/SSL/P7S.cpp @@ -16,8 +16,8 @@ String GetP7Signature_imp(const void *data, int length, const String& cert_pem, PKCS7 *p7 = PKCS7_sign(x509, pkey, NULL, in, PKCS7_DETACHED|PKCS7_BINARY|PKCS7_STREAM); - if (!p7) - return Null; + if (!p7) + return Null; SslStream out; out.CreateBuffer();