mirror of https://github.com/openssl/openssl.git
				
				
				
			Include string.h so mem* functions get properly declared.
This commit is contained in:
		
							parent
							
								
									5af18f65f4
								
							
						
					
					
						commit
						3ebac273f5
					
				|  | @ -58,6 +58,7 @@ | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| #include <stddef.h> | #include <stddef.h> | ||||||
|  | #include <string.h> | ||||||
| #include <openssl/asn1.h> | #include <openssl/asn1.h> | ||||||
| #include <openssl/asn1t.h> | #include <openssl/asn1t.h> | ||||||
| #include <openssl/objects.h> | #include <openssl/objects.h> | ||||||
|  |  | ||||||
|  | @ -58,6 +58,7 @@ | ||||||
| 
 | 
 | ||||||
| #include <openssl/ocsp.h> | #include <openssl/ocsp.h> | ||||||
| #include <openssl/err.h> | #include <openssl/err.h> | ||||||
|  | #include <string.h> | ||||||
| 
 | 
 | ||||||
| static int ocsp_find_signer(X509 **psigner, OCSP_BASICRESP *bs, STACK_OF(X509) *certs, | static int ocsp_find_signer(X509 **psigner, OCSP_BASICRESP *bs, STACK_OF(X509) *certs, | ||||||
| 				X509_STORE *st, unsigned long flags); | 				X509_STORE *st, unsigned long flags); | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue