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:
2d708bf
)
Target added.
author
Richard Levitte
<levitte@openssl.org>
Tue, 14 Mar 2000 06:17:52 +0000
(06:17 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 14 Mar 2000 06:17:52 +0000
(06:17 +0000)
crypto/bio/bss_log.c
patch
|
blob
|
history
diff --git
a/crypto/bio/bss_log.c
b/crypto/bio/bss_log.c
index 8e8868c1ab2078d8147119456065056d5bc630ad..2de2994cc4b19fcac5e8f6dcd3b6b17b7437f35d 100644
(file)
--- a/
crypto/bio/bss_log.c
+++ b/
crypto/bio/bss_log.c
@@
-283,6
+283,7
@@
static void xsyslog(BIO *bp, int priority, const char *string)
/* we knoe there's an 8 byte header. That's documented */
opcdef_p = (struct opcdef *) Malloc(8 + strlen(s));
opcdef_p->opc$b_ms_type = OPC$_RQ_RQST;
+ opcdef_p->opc$b_ms_target = VMS_OPC_target;
memcpy(opcdef_p->opc$b_ms_target, &priority, 3);
opcdef_p->opc$l_ms_rqstid = 0;
memcpy(&opcdef_p->opc$l_ms_text, buf, len);