DES_random_key() sets the key
authortb <tb@openbsd.org>
Wed, 20 Dec 2023 06:28:04 +0000 (06:28 +0000)
committertb <tb@openbsd.org>
Wed, 20 Dec 2023 06:28:04 +0000 (06:28 +0000)
commitd3d350a0fc971911a52ca4bce39520f4dc8920b4
tree08806bcf38b29fb1cc7b4e45018cdb6671d3407b
parentf7403cd60fcc459e02b24a1278f8c316362b9817
DES_random_key() sets the key

There's no need to have 60 lines of license for 4 lines of actual code.
Move DES_random_key() to set_key.c.
lib/libcrypto/Makefile
lib/libcrypto/des/rand_key.c [deleted file]
lib/libcrypto/des/set_key.c