Skip to content

Commit

Permalink
minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
nabla-c0d3 committed Aug 20, 2013
1 parent 8c8c8eb commit 6b5f3df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tweak.xm
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ static SSLContextRef replaced_SSLCreateContext (

SSLContextRef sslContext = original_SSLCreateContext(alloc, protocolSide, connectionType);

// Set the kSSLSessionOptionBreakOnServerAuth option in order to disable cert validation
// Immediatly set the kSSLSessionOptionBreakOnServerAuth option in order to disable cert validation
original_SSLSetSessionOption(sslContext, kSSLSessionOptionBreakOnServerAuth, true);
return sslContext;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>label</key>
<string></string>
<key>footerText</key>
<string>SSL Kill Switch v0.5</string>
<string>SSL Kill Switch v0.5 - iSEC Partners</string>
</dict>
<dict>
<key>cell</key>
Expand Down

0 comments on commit 6b5f3df

Please sign in to comment.