Ticket #3069: smime_diff.patch

File smime_diff.patch, 0.6 kB (added by Neuron, 7 months ago)
  • smime.c

    diff --git a/smime.c b/smime.c
    a b  
    14181418   
    14191419 
    14201420  snprintf (SmimeKeyToUse, sizeof (SmimeKeyToUse), "%s/%s",  
    1421            NONULL(SmimeKeys), SmimeDefaultKey); 
     1421           NONULL(SmimeKeys), NONULL(SmimeDefaultKey)); 
    14221422 
    14231423  snprintf (SmimeCertToUse, sizeof (SmimeCertToUse), "%s/%s", 
    1424            NONULL(SmimeCertificates), SmimeDefaultKey); 
     1424           NONULL(SmimeCertificates), NONULL(SmimeDefaultKey)); 
    14251425   
    14261426  snprintf (SmimeIntermediateToUse, sizeof (SmimeIntermediateToUse), "%s/%s", 
    1427            NONULL(SmimeCertificates), intermediates); 
     1427           NONULL(SmimeCertificates), NONULL(intermediates)); 
    14281428   
    14291429 
    14301430