summaryrefslogtreecommitdiffstats
path: root/crypto/bio
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-03-14 06:17:52 +0000
committerRichard Levitte <levitte@openssl.org>2000-03-14 06:17:52 +0000
commitcff4cbaaa7e7556550abdf4570731a754ead2be0 (patch)
treeb920cf87de3fcc675063f4a85cd4155a7cfac5bf /crypto/bio
parent2d708bf61deda7f8eb9feb5c2d7e45458b42d3f6 (diff)
Target added.
Diffstat (limited to 'crypto/bio')
-rw-r--r--crypto/bio/bss_log.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/bio/bss_log.c b/crypto/bio/bss_log.c
index 8e8868c1ab..2de2994cc4 100644
--- 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);