mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Renamed x509_crt_write.c and x509_csr_write.c
This commit is contained in:
		
							parent
							
								
									ddf26b4e38
								
							
						
					
					
						commit
						9556d3d650
					
				@ -59,8 +59,8 @@ set(src
 | 
			
		||||
     x509_crl.c
 | 
			
		||||
     x509_csr.c
 | 
			
		||||
     x509_create.c
 | 
			
		||||
     x509_crt_write.c
 | 
			
		||||
     x509_csr_write.c
 | 
			
		||||
     x509write_crt.c
 | 
			
		||||
     x509write_csr.c
 | 
			
		||||
     xtea.c
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -55,7 +55,10 @@ OBJS=	aes.o		arc4.o		asn1parse.o		\
 | 
			
		||||
		sha512.o	ssl_cache.o	ssl_cli.o		\
 | 
			
		||||
		ssl_srv.o   ssl_ciphersuites.o			\
 | 
			
		||||
		ssl_tls.o	timing.o	version.o		\
 | 
			
		||||
		x509parse.o	x509write.o	xtea.o
 | 
			
		||||
		x509.o		x509_create.o				\
 | 
			
		||||
		x509_crl.o	x509_crt.o	x509_csr.o		\
 | 
			
		||||
		x509write_crt.o			x509write_csr.o	\
 | 
			
		||||
		xtea.o
 | 
			
		||||
 | 
			
		||||
.SILENT:
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user