aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-07-04 18:15:53 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-07-04 18:15:53 +0000
commitebfde8da56e168235e66123b8d53fc786989ac43 (patch)
tree26db7fd0883fe82483c06a87bd91367c62624d05 /lib
parent756bc0f4b7712231eaca4d4c3bea19d0d4c0ac92 (diff)
removed
Diffstat (limited to 'lib')
-rw-r--r--lib/ca-bundle.h.in31
1 files changed, 0 insertions, 31 deletions
diff --git a/lib/ca-bundle.h.in b/lib/ca-bundle.h.in
deleted file mode 100644
index 15453722d..000000000
--- a/lib/ca-bundle.h.in
+++ /dev/null
@@ -1,31 +0,0 @@
-#ifndef __CA_BUNDLE_H
-#define __CA_BUNDLE_H
-/*****************************************************************************
- * _ _ ____ _
- * Project ___| | | | _ \| |
- * / __| | | | |_) | |
- * | (__| |_| | _ <| |___
- * \___|\___/|_| \_\_____|
- *
- * Copyright (C) 1998 - 2002, Daniel Stenberg, <daniel@haxx.se>, et al.
- *
- * In order to be useful for every potential user, curl and libcurl are
- * dual-licensed under the MPL and the MIT/X-derivate licenses.
- *
- * You may opt to use, copy, modify, merge, publish, distribute and/or sell
- * copies of the Software, and permit persons to whom the Software is
- * furnished to do so, under the terms of the MPL or the MIT/X-derivate
- * licenses. You may pick one of these licenses.
- *
- * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
- * KIND, either express or implied.
- *
- * $Id$
- *****************************************************************************/
-
-#ifndef CURL_CA_BUNDLE
-/* Set this to the full path file name of the ca cert bundle */
-#undef CURL_CA_BUNDLE
-#endif
-
-#endif /* __CA_BUNDLE_H */