summaryrefslogtreecommitdiff
path: root/lib/curl_sec.h
Commit message (Collapse)AuthorAgeFilesLines
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-5/+5
| | | | In order to make the code style more uniform everywhere
* checksrc: white space edits to comply to stricter checksrcDaniel Stenberg2016-11-241-3/+3
|
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
|
* krb5_encode: remove unused argumentDaniel Stenberg2014-10-081-2/+2
| | | | | | Coverity CID 1241957. Removed the unused argument. As this struct and pointer now are used only for krb5, there's no need to keep unused function arguments around.
* security.h: rename to curl_sec.h to avoid name collisionDaniel Stenberg2013-08-261-0/+51
I brought back security.h in commit bb5529331334e. As we actually already found out back in 2005 in commit 62970da675249, the file name security.h causes problems so I renamed it curl_sec.h instead.