diff options
author | Patrick Monnerat <pm@datasphere.ch> | 2013-07-15 19:00:36 +0200 |
---|---|---|
committer | Patrick Monnerat <pm@datasphere.ch> | 2013-07-15 19:00:36 +0200 |
commit | 0eba02fd41263218a0eaedbe65af739a9bb2da63 (patch) | |
tree | 9ed6cb8bda345c6dc5b2ceeea00e747b9d425389 /packages/OS400/os400sys.h | |
parent | 464c8693d2f6f2b45b84951feb9414da698206be (diff) | |
download | curl-0eba02fd41263218a0eaedbe65af739a9bb2da63.tar.gz |
OS400: new SSL backend GSKit
Diffstat (limited to 'packages/OS400/os400sys.h')
-rw-r--r-- | packages/OS400/os400sys.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/OS400/os400sys.h b/packages/OS400/os400sys.h index e708365e0..234bf5e80 100644 --- a/packages/OS400/os400sys.h +++ b/packages/OS400/os400sys.h @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 1998 - 2013, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -31,6 +31,7 @@ typedef enum { LK_SSL_ERROR, + LK_GSK_ERROR, LK_LDAP_ERROR, LK_CURL_VERSION, LK_VERSION_INFO, |