projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67b6f1c
)
fix for OPENSSL_NO_EC
author
Nils Larsch
<nils@openssl.org>
Wed, 15 Mar 2006 19:17:56 +0000
(19:17 +0000)
committer
Nils Larsch
<nils@openssl.org>
Wed, 15 Mar 2006 19:17:56 +0000
(19:17 +0000)
PR: 1293
ssl/t1_lib.c
patch
|
blob
|
history
diff --git
a/ssl/t1_lib.c
b/ssl/t1_lib.c
index a46e573ff692d45cc2cb8a28b55c0bd47c0c0ff9..ffb93b7b6bb96be19f2564eafcefd5e9512b8ab5 100644
(file)
--- a/
ssl/t1_lib.c
+++ b/
ssl/t1_lib.c
@@
-384,9
+384,9
@@
int ssl_parse_clienthello_tlsext(SSL *s, unsigned char **p, unsigned char *d, in
fprintf(stderr,"\n");
#endif
}
+#endif /* OPENSSL_NO_EC */
data+=size;
}
-#endif /* OPENSSL_NO_EC */
*p = data;
return 1;
@@
-455,10
+455,9
@@
int ssl_parse_serverhello_tlsext(SSL *s, unsigned char **p, unsigned char *d, in
fprintf(stderr,"\n");
#endif
}
-
+#endif /* OPENSSL_NO_EC */
data+=size;
}
-#endif /* OPENSSL_NO_EC */
if (data != d+n)
{