Hello,

VMS build fails with

%LINK-W-NUDFSYMS, 3 undefined symbols:
%LINK-I-UDFSYM,         BUF_STRDUP
%LINK-I-UDFSYM,         BUF_STRLCAT
%LINK-I-UDFSYM,         BUF_STRLCPY

...because buf_str is not listed among BUFFER files in <.crypto>CRYPTO-LIB.COM

Please, find the patch that solves the problem.


TITAN2_ZAY $ diff <.crypto>CRYPTO-LIB.COM
************
File USRDSK:<ZAY.WORK.OPENSSL-101-STABLE-SNAP-20110110.CRYPTO>CRYPTO-LIB.COM;2
  234   $ LIB_BUFFER = "buffer,buf_err,buf_str"
  235   $ LIB_BIO = "bio_lib,bio_cb,bio_err,"+ -
******
File USRDSK:<ZAY.WORK.OPENSSL-101-STABLE-SNAP-20110110.CRYPTO>CRYPTO-LIB.COM;1
  234   $ LIB_BUFFER = "buffer,buf_err"
  235   $ LIB_BIO = "bio_lib,bio_cb,bio_err,"+ -
************

Number of difference sections found: 1
Number of difference records found: 1

Thank you.

Regards,
Z



Hello,

 

VMS build fails with

 

%LINK-W-NUDFSYMS, 3 undefined symbols:

%LINK-I-UDFSYM,         BUF_STRDUP

%LINK-I-UDFSYM,         BUF_STRLCAT

%LINK-I-UDFSYM,         BUF_STRLCPY

 

…because buf_str is not listed among BUFFER files in <.crypto>CRYPTO-LIB.COM

 

Please, find the patch that solves the problem.

 

 

TITAN2_ZAY $ diff <.crypto>CRYPTO-LIB.COM

************

File USRDSK:<ZAY.WORK.OPENSSL-101-STABLE-SNAP-20110110.CRYPTO>CRYPTO-LIB.COM;2

  234   $ LIB_BUFFER = "buffer,buf_err,buf_str"

  235   $ LIB_BIO = "bio_lib,bio_cb,bio_err,"+ -

******

File USRDSK:<ZAY.WORK.OPENSSL-101-STABLE-SNAP-20110110.CRYPTO>CRYPTO-LIB.COM;1

  234   $ LIB_BUFFER = "buffer,buf_err"

  235   $ LIB_BIO = "bio_lib,bio_cb,bio_err,"+ -

************

 

Number of difference sections found: 1

Number of difference records found: 1

 

Thank you.

 

Regards,

Z

 
 

Reply via email to