diff --git a/src/ObjOpenSSL.h b/src/ObjOpenSSL.h index 3d2253b..478b2f5 100644 --- a/src/ObjOpenSSL.h +++ b/src/ObjOpenSSL.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2011, Jonathan Schleifer * - * https://webkeks.org/hg/objopenssl/ + * https://webkeks.org/git/?p=objopenssl.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/SSLInvalidCertificateException.h b/src/SSLInvalidCertificateException.h index 2290dd5..943c1c9 100644 --- a/src/SSLInvalidCertificateException.h +++ b/src/SSLInvalidCertificateException.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2011, Florian Zeitz * - * https://webkeks.org/hg/objopenssl/ + * https://webkeks.org/git/?p=objopenssl.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/SSLInvalidCertificateException.m b/src/SSLInvalidCertificateException.m index 086ed2e..dded4d2 100644 --- a/src/SSLInvalidCertificateException.m +++ b/src/SSLInvalidCertificateException.m @@ -1,7 +1,7 @@ /* * Copyright (c) 2011, Florian Zeitz * - * https://webkeks.org/hg/objopenssl/ + * https://webkeks.org/git/?p=objopenssl.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/SSLSocket.h b/src/SSLSocket.h index 91db7bc..9f1d36b 100644 --- a/src/SSLSocket.h +++ b/src/SSLSocket.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2011, Jonathan Schleifer * - * https://webkeks.org/hg/objopenssl/ + * https://webkeks.org/git/?p=objopenssl.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/SSLSocket.m b/src/SSLSocket.m index ec4a850..2e6c259 100644 --- a/src/SSLSocket.m +++ b/src/SSLSocket.m @@ -1,7 +1,7 @@ /* * Copyright (c) 2011, Jonathan Schleifer * - * https://webkeks.org/hg/objopenssl/ + * https://webkeks.org/git/?p=objopenssl.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/X509Certificate.h b/src/X509Certificate.h index 39ecb12..61b0e91 100644 --- a/src/X509Certificate.h +++ b/src/X509Certificate.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2011, Florian Zeitz * - * https://webkeks.org/hg/objopenssl/ + * https://webkeks.org/git/?p=objopenssl.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -24,6 +24,7 @@ #import #import + @class OFDictionary; /* OIDs: */ @@ -43,7 +44,8 @@ { OFString *string; } -- initWithUTF8String: (const char*) str; + +- initWithUTF8String: (const char*)str; @end @interface X509Certificate: OFObject @@ -73,4 +75,3 @@ - (X509OID*)X509_stringFromASN1Object: (ASN1_OBJECT*)obj; - (OFString*)X509_stringFromASN1String: (ASN1_STRING*)str; @end - diff --git a/src/X509Certificate.m b/src/X509Certificate.m index 3eb874c..703bf2c 100644 --- a/src/X509Certificate.m +++ b/src/X509Certificate.m @@ -1,7 +1,7 @@ /* * Copyright (c) 2011, Florian Zeitz * - * https://webkeks.org/hg/objopenssl/ + * https://webkeks.org/git/?p=objopenssl.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above