Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
mbedtls
Commits
9556d3d6
Commit
9556d3d6
authored
Sep 18, 2013
by
Paul Bakker
Browse files
Renamed x509_crt_write.c and x509_csr_write.c
parent
ddf26b4e
Changes
4
Hide whitespace changes
Inline
Side-by-side
library/CMakeLists.txt
View file @
9556d3d6
...
...
@@ -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
)
...
...
library/Makefile
View file @
9556d3d6
...
...
@@ -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
:
...
...
library/x509
_crt_
write.c
→
library/x509write
_crt
.c
View file @
9556d3d6
File moved
library/x509
_csr_
write.c
→
library/x509write
_csr
.c
View file @
9556d3d6
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment