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

This commit is contained in:
Antoine Pitrou 2014-07-26 11:15:52 -04:00
parent f21fcd09c5
commit d2e9fdfbde

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')