Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixing upstream trac ticket 1150. | Abhishek Koneru | 2014-10-09 | 1 | -2/+4 |
| | | | | | | | In both sslget.c and revoker.c there is an incorrect equality check which compares the output of a comparision operator with a constant(SECFailure) which has a value of -1. The fix will print the correct SECFailure or SECSuccess value for the do_writes method. | ||||
* | Removed unnecessary pki folder. | Endi Sukma Dewata | 2012-03-26 | 1 | -0/+882 |
Previously the source code was located inside a pki folder. This folder was created during svn migration and is no longer needed. This folder has now been removed and the contents have been moved up one level. Ticket #131 |