mirror of https://github.com/openssl/openssl.git
				
				
				
			
		
			
				
	
	
		
			15 lines
		
	
	
		
			524 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			524 B
		
	
	
	
		
			Plaintext
		
	
	
	
| #
 | |
| # To run the demo when linked with a shared library (default) ensure that
 | |
| # libcrypto and libssl are on the library path. For example:
 | |
| #
 | |
| #    LD_LIBRARY_PATH=../../.. ./quic-server-ssl-poll-http 4444 \
 | |
| #        ../../../test/certs/servercert.pem \
 | |
| #        ../../../test/certs/serverkey.pem
 | |
| 
 | |
| 
 | |
| PROGRAMS{noinst} = quic-server-ssl-poll-http
 | |
| 
 | |
| INCLUDE[quic-server-ssl-poll-http]=../../../include
 | |
| SOURCE[quic-server-ssl-poll-http]=quic-server-ssl-poll-http.c
 | |
| DEPEND[quic-server-ssl-poll-http]=../../../libcrypto ../../../libssl
 |