-
- Downloads
Generalise the definition of strcasecmp() and strncasecmp() for
platforms that don't (necessarely) have it. In the case of VMS, this means moving a couple of functions from apps/ to crypto/ and make them general (although only used privately).
Showing
- apps/apps.c 0 additions, 26 deletionsapps/apps.c
- apps/apps.h 0 additions, 6 deletionsapps/apps.h
- apps/ca.c 0 additions, 10 deletionsapps/ca.c
- crypto/Makefile.ssl 3 additions, 3 deletionscrypto/Makefile.ssl
- crypto/crypto-lib.com 1 addition, 1 deletioncrypto/crypto-lib.com
- crypto/o_str.c 95 additions, 0 deletionscrypto/o_str.c
- crypto/o_str.h 67 additions, 0 deletionscrypto/o_str.h
- e_os.h 20 additions, 1 deletione_os.h
crypto/o_str.c
0 → 100644
crypto/o_str.h
0 → 100644
Please register or sign in to comment