diff options
author | Daniel Stenberg <daniel@haxx.se> | 2013-10-28 23:19:55 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-10-28 23:19:55 +0100 |
commit | 8005e589839eaf091fcf2e74353dc6388e5038f2 (patch) | |
tree | 012c3725983f00e619b79daac23d9ff55732cdf4 /docs/Makefile.am | |
parent | 5d415815df4b93d694a7134739725d6c41176b01 (diff) | |
download | curl-8005e589839eaf091fcf2e74353dc6388e5038f2.tar.gz |
SECURITY: "curl security for developers"
Describes our security process from a project and curl developer's
perspective.
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r-- | docs/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index 8466a6c29..8a084557c 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -37,7 +37,7 @@ EXTRA_DIST = MANUAL BUGS CONTRIBUTE FAQ FEATURES INTERNALS SSLCERTS \ README.win32 RESOURCES TODO TheArtOfHttpScripting THANKS VERSIONS \ KNOWN_BUGS BINDINGS $(man_MANS) $(HTMLPAGES) HISTORY INSTALL \ $(PDFPAGES) LICENSE-MIXING README.netware DISTRO-DILEMMA INSTALL.devcpp \ - MAIL-ETIQUETTE HTTP-COOKIES LIBCURL-STRUCTS + MAIL-ETIQUETTE HTTP-COOKIES LIBCURL-STRUCTS SECURITY MAN2HTML= roffit < $< >$@ |