From b252f4067a9f44fcdc8dba3cc3e27ad6fd9f87e7 Mon Sep 17 00:00:00 2001 From: Richard Frith-Macdonald Date: Fri, 18 Jun 2021 10:02:26 +0100 Subject: [PATCH] remove a couple of redundent lines --- Source/GSTLS.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/GSTLS.m b/Source/GSTLS.m index 07f73a72c..f98889dd3 100644 --- a/Source/GSTLS.m +++ b/Source/GSTLS.m @@ -1159,9 +1159,7 @@ static NSMutableDictionary *credentialsCache = nil; NSLog(@"Failed to make self-signed certificate using 'certtool'"); return nil; } - keyPath = standardizedPath(@"self-signed-key"); [self setData: key forTLSFile: keyPath]; - crtPath = standardizedPath(@"self-signed-crt"); [self setData: crt forTLSFile: crtPath]; }