-
Notifications
You must be signed in to change notification settings - Fork 52
Commit cf9a337
Fix DCE symbol name logic on macOS
Only use the private Apple symbol name for the DCE extension detection
when using the actual GSS.Framework target. This will allow compiling
this library against a custom MIT krb5 or Heimdal library on macOS with
support for the normal IOV wrapping functions.
Signed-off-by: Jordan Borean <jborean93@gmail.com>1 parent 6e0b6b1 commit cf9a337
1 file changed
+5
-3
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
156 | 156 |
| |
157 | 157 |
| |
158 | 158 |
| |
159 | + | ||
159 | 160 |
| |
160 | 161 |
| |
161 | 162 |
| |
| |||
205 | 206 |
| |
206 | 207 |
| |
207 | 208 |
| |
209 | + | ||
210 | + | ||
211 | + | ||
208 | 212 |
| |
209 | 213 |
| |
210 | 214 |
| |
| |||
323 | 327 |
| |
324 | 328 |
| |
325 | 329 |
| |
326 | - | ||
327 | - | ||
328 | - | ||
330 | + | ||
329 | 331 |
| |
330 | 332 |
| |
331 | 333 |
| |
|
0 commit comments