diff options
author | Paul Querna | 2005-04-06 04:52:25 +0000 |
---|---|---|
committer | Paul Querna | 2005-04-06 04:52:25 +0000 |
commit | 42307a9120b12fa5eb6fe1b316ef521ae46dbeb9 (patch) | |
tree | 3f3da6cbf06c91cbca72f9f6f552a0a26afe62f2 /mod_gnutls.xcode | |
parent | fcb122d264414b86ca89dddffba5f839963fc7fa (diff) |
- remove anno creds
- initial attempt at Server Name Extension
- change to adding 'mod_gnutls' to the server sig instead of GnuTLS/
- fix for EOF/EOC/EOS buckets
- 'general' code cleanups
Diffstat (limited to 'mod_gnutls.xcode')
-rw-r--r-- | mod_gnutls.xcode/project.pbxproj | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/mod_gnutls.xcode/project.pbxproj b/mod_gnutls.xcode/project.pbxproj index 6d79e40..7b9c1e0 100644 --- a/mod_gnutls.xcode/project.pbxproj +++ b/mod_gnutls.xcode/project.pbxproj | |||
@@ -8,6 +8,8 @@ | |||
8 | 45B624630802F1E200CBFD9A = { | 8 | 45B624630802F1E200CBFD9A = { |
9 | children = ( | 9 | children = ( |
10 | 45B6246D0802F20D00CBFD9A, | 10 | 45B6246D0802F20D00CBFD9A, |
11 | 45B6247D0802F85B00CBFD9A, | ||
12 | 45B6247A0802F84500CBFD9A, | ||
11 | 45B6246E0802F20D00CBFD9A, | 13 | 45B6246E0802F20D00CBFD9A, |
12 | 45B6246F0802F20D00CBFD9A, | 14 | 45B6246F0802F20D00CBFD9A, |
13 | ); | 15 | ); |
@@ -70,6 +72,24 @@ | |||
70 | refType = 2; | 72 | refType = 2; |
71 | sourceTree = SOURCE_ROOT; | 73 | sourceTree = SOURCE_ROOT; |
72 | }; | 74 | }; |
75 | 45B6247A0802F84500CBFD9A = { | ||
76 | fileEncoding = 4; | ||
77 | isa = PBXFileReference; | ||
78 | lastKnownFileType = sourcecode.c.h; | ||
79 | name = mod_gnutls.h; | ||
80 | path = include/mod_gnutls.h; | ||
81 | refType = 2; | ||
82 | sourceTree = SOURCE_ROOT; | ||
83 | }; | ||
84 | 45B6247D0802F85B00CBFD9A = { | ||
85 | fileEncoding = 4; | ||
86 | isa = PBXFileReference; | ||
87 | lastKnownFileType = text; | ||
88 | name = mod_gnutls.h.in; | ||
89 | path = include/mod_gnutls.h.in; | ||
90 | refType = 2; | ||
91 | sourceTree = SOURCE_ROOT; | ||
92 | }; | ||
73 | }; | 93 | }; |
74 | rootObject = 45B624670802F1E200CBFD9A; | 94 | rootObject = 45B624670802F1E200CBFD9A; |
75 | } | 95 | } |