~ubuntu-branches/ubuntu/jaunty/pyca/jaunty

« back to all changes in this revision

Viewing changes to bin/ns-jsconfig.py

  • Committer: Bazaar Package Importer
  • Author(s): Lars Bahner
  • Date: 2007-02-12 19:44:51 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20070212194451-5cl5t50ijqk6g0k2
Tags: 20031118-3
* Added --language switch to dh_installman (closes #403533)
* Added patch to remove hardcoded paths to OpenSSLExec (closes #248103) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
  opensslcnf=openssl.cnf.OpenSSLConfigClass(opensslcnfname)
109
109
 
110
110
pyca_section = opensslcnf.data.get('pyca',{})
111
 
openssl.bin_filename = pyca_section.get('OpenSSLExec','/usr/local/ssl/bin/openssl')
 
111
openssl.bin_filename = pyca_section.get('OpenSSLExec','/usr/bin/openssl')
112
112
 
113
113
if findoption(options,'--nssecconf')!=():
114
114
  nssecconf = open(findoption(options,'--nssecconf')[1],'w')