aboutsummaryrefslogtreecommitdiff
path: root/test/simpledynamic.c
AgeCommit message (Collapse)AuthorFilesLines
2021-07-29Update copyright yearMatt Caswell1-1/+1
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16176)
2021-06-24simpledynamic: Add missing include for AIX buildsTomas Mraz1-0/+1
Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15874)
2021-06-24TEST: Modify simpledynamic.[ch] to allow use on VMS as wellRichard Levitte1-1/+1
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15872)
2020-12-02Fix simpledynamic.c - a typo and missed a headerKelvin Lee1-1/+2
CLA: trivial Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/13584)
2020-12-01TEST: Break out the local dynamic loading code from shlibloadtest.cRichard Levitte1-0/+76
The result is "simpledynamic.c", or "sd" for short. Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/13507)