diff options
author | Simon Josefsson <simon@josefsson.org> | 2010-04-13 20:18:44 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2010-04-13 20:24:59 +0200 |
commit | 30748a9bcbfb76460e42ec96b6988ffc69267680 (patch) | |
tree | 95459aa136a9213f4cea7b42fa50dcaffb827723 /doc/credentials | |
parent | d0d9fa436ed1dce70395d477f9b15199b0482bb6 (diff) | |
download | gnutls-30748a9bcbfb76460e42ec96b6988ffc69267680.tar.gz |
Update gnulib files, fix syntax-check warnings.
Diffstat (limited to 'doc/credentials')
-rwxr-xr-x | doc/credentials/gnutls-http-serv | 1 | ||||
-rw-r--r-- | doc/credentials/params.pem | 2 | ||||
-rw-r--r-- | doc/credentials/x509/Makefile.am | 1 | ||||
-rw-r--r-- | doc/credentials/x509/cert.pem | 1 | ||||
-rw-r--r-- | doc/credentials/x509/clicert-dsa.pem | 1 |
5 files changed, 0 insertions, 6 deletions
diff --git a/doc/credentials/gnutls-http-serv b/doc/credentials/gnutls-http-serv index 5f5fcee3d4..90c9717547 100755 --- a/doc/credentials/gnutls-http-serv +++ b/doc/credentials/gnutls-http-serv @@ -5,4 +5,3 @@ --srppasswd srp/tpasswd --srppasswdconf srp/tpasswd.conf \ --pgpkeyfile openpgp/sec.asc --pgpcertfile openpgp/pub.asc --pskpasswd psk/passwd.psk \ --dhparams params.pem $* - diff --git a/doc/credentials/params.pem b/doc/credentials/params.pem index 2539090162..43f0282d03 100644 --- a/doc/credentials/params.pem +++ b/doc/credentials/params.pem @@ -1,7 +1,5 @@ - -----BEGIN DH PARAMETERS----- MIGGAoGA7q8Kua2zjdacM/gK+o/F6GByYYd1/zwLnqIxTJwlZXbWdN90luqB0zg7 SBPWksbg4NXY4lC5i+SOSVwdYIna0V3H17RhVNa2zo70rWmxXUmCVZspe88YhcUp 9WZmDlfsaO28PAVybMAv1Mv0l26qmv1ROP6DdkNbn8YdL8DrBuMCAQI= -----END DH PARAMETERS----- - diff --git a/doc/credentials/x509/Makefile.am b/doc/credentials/x509/Makefile.am index 5bf4c23fa1..1c18486db3 100644 --- a/doc/credentials/x509/Makefile.am +++ b/doc/credentials/x509/Makefile.am @@ -1,3 +1,2 @@ EXTRA_DIST = ca.pem cert.pem key.pem clikey.pem clicert.pem clicert-dsa.pem \ clikey-dsa.pem cert-dsa.pem key-dsa.pem - diff --git a/doc/credentials/x509/cert.pem b/doc/credentials/x509/cert.pem index 8891072581..f6f4bed1a4 100644 --- a/doc/credentials/x509/cert.pem +++ b/doc/credentials/x509/cert.pem @@ -30,4 +30,3 @@ CSqGSIb3DQEBBQOBgQCi/SI37DrGCeZhtGhU2AyZFaqskRoFt4zAb9UYaGZaYEh5 0VUZsA/Ol8jiiQTtiCokZswhSsn+2McZmcspKigsY2aEBrry+TGFWMnYu5j5kcwP 1nVuHxLRwLt2rIsjgkeSNdHr8XHKi9/Roz/Gj86OnBAHwPt8WHfHK+63cMX1WA== -----END CERTIFICATE----- - diff --git a/doc/credentials/x509/clicert-dsa.pem b/doc/credentials/x509/clicert-dsa.pem index 0586abc126..880ea160b1 100644 --- a/doc/credentials/x509/clicert-dsa.pem +++ b/doc/credentials/x509/clicert-dsa.pem @@ -37,4 +37,3 @@ CSqGSIb3DQEBBQOBgQCi/SI37DrGCeZhtGhU2AyZFaqskRoFt4zAb9UYaGZaYEh5 0VUZsA/Ol8jiiQTtiCokZswhSsn+2McZmcspKigsY2aEBrry+TGFWMnYu5j5kcwP 1nVuHxLRwLt2rIsjgkeSNdHr8XHKi9/Roz/Gj86OnBAHwPt8WHfHK+63cMX1WA== -----END CERTIFICATE----- - |