Issue #22074: Fix Lib/test/make_ssl_certs.py

This commit is contained in:
Antoine Pitrou 2014-07-26 11:18:05 -04:00
commit 27a02111cf
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ def make_ca():
with open(os.path.join('cadir','index.txt'),'a+') as f:
pass # empty file
with open(os.path.join('cadir','crl.txt'),'a+') as f:
r.write("00")
f.write("00")
with open(os.path.join('cadir','index.txt.attr'),'w+') as f:
f.write('unique_subject = no')