Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove C++ SSL Certificate API #2132

Merged
merged 12 commits into from
May 9, 2024
Prev Previous commit
Next Next commit
Cleanup
pepone committed May 8, 2024

Verified

This commit was signed with the committer’s verified signature.
samuelattwood Samuel Attwood
commit ae48d1174924b8da569c169ff4b6a2dc8864a281
2 changes: 1 addition & 1 deletion swift/src/IceImpl/Connection.mm
Original file line number Diff line number Diff line change
@@ -2,8 +2,8 @@
// Copyright (c) ZeroC, Inc. All rights reserved.
//

#import "../../cpp/src/Ice/SSL/SSLUtil.h"
#import "Connection.h"
#import "../../cpp/src/Ice/SSL/SSLUtil.h"
#import "Convert.h"
#import "Endpoint.h"
#import "IceUtil.h"