diff options
| author | Charles.Forsyth <devnull@localhost> | 2008-10-21 21:53:53 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2008-10-21 21:53:53 +0000 |
| commit | bb0454063029bcd36bb713dc95bbce4c4fa43510 (patch) | |
| tree | 4dbf3828724c2b3a43af70f855dd04ad726a3706 /libinterp/keyring.c | |
| parent | 7bd3b6e428a8af0be5091e7ff22b07481debdf97 (diff) | |
20081021-2253
Diffstat (limited to 'libinterp/keyring.c')
| -rw-r--r-- | libinterp/keyring.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libinterp/keyring.c b/libinterp/keyring.c index b0f0a0fa..69815282 100644 --- a/libinterp/keyring.c +++ b/libinterp/keyring.c @@ -1696,7 +1696,7 @@ if(0)print("Y"); buf[n] = 0; hiscert = strtocert(buf); if(hiscert == H){ - err = "bad certificate"; + err = "bad certificate syntax"; goto out; } certimmutable(hiscert); /* hide from the garbage collector */ |
