summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/merge.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-24When OPENSSL_C is not defined, apps_startup becomes ajsing38-72/+72
2014-04-24KNFmcbride6-2052/+2974
2014-04-24Remove more FIPS tenticles.jsing1-12/+1
2014-04-24Rip a bunch of ifdefs from speed. We know we can fork, have SIGALRM andjsing1-267/+2
2014-04-24A fantastic way to make a large unsigned number is to assignbeck2-0/+4
2014-04-24remove redundant asign. from David Hilltedu2-2/+0
2014-04-24Support for the -ssl2 option has been removed, so remove it from usagelteo1-1/+0
2014-04-24on today's episode of things you didn't want to learn:tedu2-0/+8
2014-04-24repair missing semicolon. from Ian Mcwilliamtedu2-2/+2
2014-04-23Unifdef -UPKCS1_CHECK and remove SSL_OP_PKCS1_CHECK_[12], this is leftovermiod11-58/+0
2014-04-23ain't nobody got time for hpuxtedu2-44/+0
2014-04-23fix some variablestedu2-4/+2
2014-04-23replace a bunch of hand duped strings with strduptedu4-20/+8
2014-04-23Don't bother generating win64 assembly prologue.miod2-52/+4
2014-04-23malloc/memset -> calloc. from peter malonetedu2-4/+2
2014-04-23No longer needed during build. Brings a smile on beck@'s face.miod2-12/+0
2014-04-23null pointers after free to prevent double frees and worse. also fix atedu1-12/+6
2014-04-23The usual idiom to cope with systems not defining socklen_t is to add amiod4-98/+16
2014-04-23whitespacetedu2-4/+4
2014-04-23close socket in failure cases tootedu2-0/+6
2014-04-23if realloc failed, BIO_accept would leak memory and return NULL, causingtedu2-4/+22
2014-04-23One last Dec C tentacle on alpha.miod2-8/+2
2014-04-23When I grow up, I want to write workaround for long long multiplicationsmiod2-30/+0
2014-04-23Remove IRIX_CC_BUG workaround.miod2-12/+0
2014-04-23I'm glad to know that Ultrix CC has a bug optimizing switch() statementsmiod4-30/+0
2014-04-23Grr, the more you remove, the more there remain.miod4-1236/+0
2014-04-23Forgotten during latest spring cleaning of unreferenced bits.miod2-552/+0
2014-04-23Unifdef -UPEDANTIC. ok beck@ tedu@miod39-221/+70
2014-04-23Remove duplicate pointer assignment in ASN1_primitive_free(); Dirk Englingmiod2-2/+0
2014-04-23Figure out endianness at compile-time, using _BYTE_ORDER frommiod18-138/+104
2014-04-23remove Z option and default to something halfway to J.tedu1-32/+22
2014-04-23Casting from a const unsigned char ** to a const unsigned char ** seems...jsing2-16/+8
2014-04-23We do not need ARGV, Argc and Argv - just use argc and argv like normaljsing1-12/+9
2014-04-23explain a bit more what's going on for stupid me.espie1-1/+4
2014-04-23Better, cleaner hash function that computes the same on be and le archs.otto1-10/+8
2014-04-23Make libssl and libcrypto compile with -Werrorbeck8-10/+10
2014-04-23Make sure ret->name is NULL'ed before return when freeing.beck2-0/+2
2014-04-23Rather than sprinkling magical numbers everywhere, we can use sizeof()beck2-8/+8
2014-04-22unifdef -UAES_LONG for we do not intend to run on platforms where int is smallermiod4-16/+0
2014-04-22So it turns out that libcrypto on i386 platforms, unconditionaly compiles thismiod2-78/+0
2014-04-22When compiling with AES_WRAP_TEST, make main() return a meaningful valuemiod4-3/+44
2014-04-22Remove the certs directory that contains ancient files not usedlteo6-171/+0
2014-04-22null a pointer to prevent double free. from Dirk Englingtedu2-0/+2
2014-04-22Remove files which look like actual code compiled in libcrypto, but isn't.miod4-340/+0
2014-04-22fix memory leaks. from Dirk Englingtedu6-42/+24
2014-04-22Remove meat which either duplicates code found in apps/, or is only of valuemiod40-8459/+0
2014-04-22- one more mallocarray -> reallocarrayjmc1-3/+3
2014-04-22Nuke the last of the windows related defines from the openssl apps.jsing9-66/+0
2014-04-22switch to reallocarraytedu2-4/+4
2014-04-22change mallocarray to reallocarray. useful in a few more situations.tedu3-17/+14