Clean up "generic" intro pod files.
authorRich Salz <rsalz@openssl.org>
Thu, 9 Jun 2016 20:39:19 +0000 (16:39 -0400)
committerRich Salz <rsalz@openssl.org>
Thu, 9 Jun 2016 20:39:19 +0000 (16:39 -0400)
commit53934822ac7acf69dde54a070eacd1c77cf079ff
treefc4a7c95cfe33d07207dc54c15b2e1b9d7098081
parent12ce9ea25d3437f8097520567a493669ebde44e9
Clean up "generic" intro pod files.

Files like dh.pod, etc., mostly duplicated the API-specific pod files.
Removed the duplicated content; that often mean the whole file could
be removed.  Some of the content about internals got moved into README
files in the source tree.  Some content (e.g., err.pod) got moved
into other pod pages.

Annotate generic pages, remove dup NAME

Reviewed-by: Richard Levitte <levitte@openssl.org>
43 files changed:
crypto/bn/README.pod [moved from doc/crypto/bn_internal.pod with 100% similarity]
crypto/err/README [new file with mode: 0644]
doc/crypto/BF_encrypt.pod [moved from doc/crypto/blowfish.pod with 98% similarity]
doc/crypto/BIO_new.pod
doc/crypto/BUF_MEM_new.pod [moved from doc/crypto/buffer.pod with 100% similarity]
doc/crypto/CRYPTO_THREAD_run_once.pod [moved from doc/crypto/threads.pod with 100% similarity]
doc/crypto/DEFINE_STACK_OF.pod [moved from doc/crypto/stack.pod with 99% similarity]
doc/crypto/DES_random_key.pod [moved from doc/crypto/des.pod with 100% similarity]
doc/crypto/DH_meth_new.pod
doc/crypto/ECDSA_SIG_new.pod [moved from doc/crypto/ecdsa.pod with 99% similarity]
doc/crypto/ENGINE_add.pod [moved from doc/crypto/engine.pod with 99% similarity]
doc/crypto/ERR_put_error.pod
doc/crypto/HMAC.pod [moved from doc/crypto/hmac.pod with 100% similarity]
doc/crypto/MD5.pod [moved from doc/crypto/md5.pod with 100% similarity]
doc/crypto/MDC2_Init.pod [moved from doc/crypto/mdc2.pod with 100% similarity]
doc/crypto/OPENSSL_LH_COMPFUNC.pod [moved from doc/crypto/lhash.pod with 99% similarity]
doc/crypto/OPENSSL_LH_stats.pod [moved from doc/crypto/lh_stats.pod with 100% similarity]
doc/crypto/PEM_read_bio_PrivateKey.pod [moved from doc/crypto/pem.pod with 100% similarity]
doc/crypto/RC4_set_key.pod [moved from doc/crypto/rc4.pod with 100% similarity]
doc/crypto/RIPEMD160_init.pod [moved from doc/crypto/ripemd.pod with 100% similarity]
doc/crypto/RSA_blinding_on.pod
doc/crypto/RSA_check_key.pod
doc/crypto/RSA_generate_key.pod
doc/crypto/RSA_meth_new.pod
doc/crypto/RSA_new.pod
doc/crypto/RSA_print.pod
doc/crypto/RSA_private_decrypt.pod [moved from doc/crypto/rsa.pod with 59% similarity]
doc/crypto/RSA_private_encrypt.pod
doc/crypto/RSA_public_encrypt.pod
doc/crypto/RSA_set_method.pod
doc/crypto/RSA_sign.pod
doc/crypto/RSA_sign_ASN1_OCTET_STRING.pod
doc/crypto/RSA_size.pod
doc/crypto/SHA256_Init.pod [moved from doc/crypto/sha.pod with 100% similarity]
doc/crypto/UI_new.pod [moved from doc/crypto/ui.pod with 98% similarity]
doc/crypto/bio.pod
doc/crypto/bn.pod [deleted file]
doc/crypto/dh.pod [deleted file]
doc/crypto/dsa.pod [deleted file]
doc/crypto/ec.pod [deleted file]
doc/crypto/err.pod [deleted file]
doc/crypto/rand.pod [deleted file]
doc/crypto/x509.pod