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>
62 files changed:
crypto/bn/README.pod [new file with mode: 0644]
crypto/err/README [new file with mode: 0644]
doc/crypto/BF_encrypt.pod [new file with mode: 0644]
doc/crypto/BIO_new.pod
doc/crypto/BUF_MEM_new.pod [new file with mode: 0644]
doc/crypto/CRYPTO_THREAD_run_once.pod [new file with mode: 0644]
doc/crypto/DEFINE_STACK_OF.pod [new file with mode: 0644]
doc/crypto/DES_random_key.pod [new file with mode: 0644]
doc/crypto/DH_meth_new.pod
doc/crypto/ECDSA_SIG_new.pod [new file with mode: 0644]
doc/crypto/ENGINE_add.pod [new file with mode: 0644]
doc/crypto/ERR_put_error.pod
doc/crypto/HMAC.pod [new file with mode: 0644]
doc/crypto/MD5.pod [new file with mode: 0644]
doc/crypto/MDC2_Init.pod [new file with mode: 0644]
doc/crypto/OPENSSL_LH_COMPFUNC.pod [new file with mode: 0644]
doc/crypto/OPENSSL_LH_stats.pod [new file with mode: 0644]
doc/crypto/PEM_read_bio_PrivateKey.pod [new file with mode: 0644]
doc/crypto/RC4_set_key.pod [new file with mode: 0644]
doc/crypto/RIPEMD160_init.pod [new file with mode: 0644]
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 [new file with mode: 0644]
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 [new file with mode: 0644]
doc/crypto/UI_new.pod [new file with mode: 0644]
doc/crypto/bio.pod
doc/crypto/blowfish.pod [deleted file]
doc/crypto/bn.pod [deleted file]
doc/crypto/bn_internal.pod [deleted file]
doc/crypto/buffer.pod [deleted file]
doc/crypto/des.pod [deleted file]
doc/crypto/dh.pod [deleted file]
doc/crypto/dsa.pod [deleted file]
doc/crypto/ec.pod [deleted file]
doc/crypto/ecdsa.pod [deleted file]
doc/crypto/engine.pod [deleted file]
doc/crypto/err.pod [deleted file]
doc/crypto/hmac.pod [deleted file]
doc/crypto/lh_stats.pod [deleted file]
doc/crypto/lhash.pod [deleted file]
doc/crypto/md5.pod [deleted file]
doc/crypto/mdc2.pod [deleted file]
doc/crypto/pem.pod [deleted file]
doc/crypto/rand.pod [deleted file]
doc/crypto/rc4.pod [deleted file]
doc/crypto/ripemd.pod [deleted file]
doc/crypto/rsa.pod [deleted file]
doc/crypto/sha.pod [deleted file]
doc/crypto/stack.pod [deleted file]
doc/crypto/threads.pod [deleted file]
doc/crypto/ui.pod [deleted file]
doc/crypto/x509.pod