mirror of https://github.com/openssl/openssl.git
				
				
				
			Fix some documentation errors
CLA: trivial
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16553)
(cherry picked from commit 5ecf10a0d2)
			
			
This commit is contained in:
		
							parent
							
								
									c076f7b6d5
								
							
						
					
					
						commit
						de26f8fad7
					
				|  | @ -10,15 +10,15 @@ ASN1_item_d2i_fp_ex, ASN1_item_d2i_fp, ASN1_item_i2d_mem_bio | |||
| 
 | ||||
|  #include <openssl/asn1.h> | ||||
| 
 | ||||
|  ASN1_VALUE *ASN1_item_d2i_ex(ASN1_VALUE **val, const unsigned char **in, | ||||
|  ASN1_VALUE *ASN1_item_d2i_ex(ASN1_VALUE **pval, const unsigned char **in, | ||||
|                               long len, const ASN1_ITEM *it, | ||||
|                               OSSL_LIB_CTX *libctx, const char *propq); | ||||
|  ASN1_VALUE *ASN1_item_d2i(ASN1_VALUE **val, const unsigned char **in, | ||||
|  ASN1_VALUE *ASN1_item_d2i(ASN1_VALUE **pval, const unsigned char **in, | ||||
|                            long len, const ASN1_ITEM *it); | ||||
| 
 | ||||
|  void *ASN1_item_d2i_bio_ex(const ASN1_ITEM *it, BIO *in, void *pval, | ||||
|  void *ASN1_item_d2i_bio_ex(const ASN1_ITEM *it, BIO *in, void *x, | ||||
|                             OSSL_LIB_CTX *libctx, const char *propq); | ||||
|  void *ASN1_item_d2i_bio(const ASN1_ITEM *it, BIO *in, void *pval); | ||||
|  void *ASN1_item_d2i_bio(const ASN1_ITEM *it, BIO *in, void *x); | ||||
| 
 | ||||
|  void *ASN1_item_d2i_fp_ex(const ASN1_ITEM *it, FILE *in, void *x, | ||||
|                            OSSL_LIB_CTX *libctx, const char *propq); | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ i2d_OSSL_CMP_MSG_bio | |||
|   int OSSL_CMP_MSG_get_bodytype(const OSSL_CMP_MSG *msg); | ||||
|   int OSSL_CMP_MSG_update_transactionID(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg); | ||||
|   OSSL_CRMF_MSG *OSSL_CMP_CTX_setup_CRM(OSSL_CMP_CTX *ctx, int for_KUR, int rid); | ||||
|   OSSL_CMP_MSG *OSSL_CMP_MSG_read(const char *file); | ||||
|   OSSL_CMP_MSG *OSSL_CMP_MSG_read(const char *file, OSSL_LIB_CTX *libctx, const char *propq); | ||||
|   int OSSL_CMP_MSG_write(const char *file, const OSSL_CMP_MSG *msg); | ||||
|   OSSL_CMP_MSG *d2i_OSSL_CMP_MSG_bio(BIO *bio, OSSL_CMP_MSG **msg); | ||||
|   int i2d_OSSL_CMP_MSG_bio(BIO *bio, const OSSL_CMP_MSG *msg); | ||||
|  |  | |||
|  | @ -70,8 +70,7 @@ The allocated context structure is also populated with an internal allocated | |||
| memory B<BIO>, which collects the HTTP request and additional headers as text. | ||||
| 
 | ||||
| OSSL_HTTP_REQ_CTX_free() frees up the HTTP request context I<rctx>. | ||||
| The I<wbio> and I<rbio> are not free'd and it is up to the application | ||||
| to do so. | ||||
| The I<rbio> is not free'd, I<wbio> will be free'd if I<free_wbio> is set. | ||||
| 
 | ||||
| OSSL_HTTP_REQ_CTX_set_request_line() adds the HTTP request line to the context. | ||||
| The HTTP method is determined by I<method_POST>, | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue