diff -r 16454d63d4c2 -r aab592ac36fc TCP/TCP_Internal.h --- a/TCP/TCP_Internal.h Mon Jun 23 14:02:31 2008 -0700 +++ b/TCP/TCP_Internal.h Tue May 05 23:24:50 2009 -0700 @@ -30,3 +30,8 @@ - (void) _unclose; @end + +@interface TCPEndpoint () ++ (NSString*) describeCert: (SecCertificateRef)cert; ++ (NSString*) describeIdentity: (SecIdentityRef)identity; +@end