summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2011-03-10 11:58:48 +0000
committerJonny Lamb <jonny.lamb@collabora.co.uk>2011-03-10 11:58:48 +0000
commit4c557f412d52ed121d04eec4a3e10b2511cf11a8 (patch)
tree3725b1cb59004307f18caf6338b60ebb45aca60c
parent1eec342d97afb81c77c0377d6ba964b41101d804 (diff)
openssl: stop using OPAQUE_TYPE_ prefixes here too
Like in 9984d84ea288b4c but I forgot about to build the openssl backend so only just noticed it had broken. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r--wocky/wocky-openssl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wocky/wocky-openssl.c b/wocky/wocky-openssl.c
index ba618c0..a7279d4 100644
--- a/wocky/wocky-openssl.c
+++ b/wocky/wocky-openssl.c
@@ -139,7 +139,7 @@ typedef GObjectClass WockyTLSSessionClass;
typedef GInputStreamClass WockyTLSInputStreamClass;
typedef GOutputStreamClass WockyTLSOutputStreamClass;
-struct OPAQUE_TYPE__WockyTLSSession
+struct _WockyTLSSession
{
GObject parent;
@@ -182,7 +182,7 @@ typedef struct
WockyTLSSession *session;
} WockyTLSOutputStream;
-struct OPAQUE_TYPE__WockyTLSConnection
+struct _WockyTLSConnection
{
GIOStream parent;