summaryrefslogtreecommitdiffstats
path: root/crypto/x509/build.info
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2016-03-22 12:45:58 +0000
committerDr. Stephen Henson <steve@openssl.org>2016-03-22 15:28:11 +0000
commit91829e456c998eb9c2e565307b8f1022481049ce (patch)
tree89db5c8ae00ac16dc87adb08b11948ab29cf04ef /crypto/x509/build.info
parentb8ce6dda36e0c9a647ed7c5b00795bc835d747ef (diff)
move x_pubkey.c to crypto/x509
Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'crypto/x509/build.info')
-rw-r--r--crypto/x509/build.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/x509/build.info b/crypto/x509/build.info
index 336687c865..7fc4b45048 100644
--- a/crypto/x509/build.info
+++ b/crypto/x509/build.info
@@ -7,4 +7,4 @@ SOURCE[../../libcrypto]=\
x509type.c x509_lu.c x_all.c x509_txt.c \
x509_trs.c by_file.c by_dir.c x509_vpm.c \
x_crl.c t_crl.c x_req.c t_req.c x_x509.c t_x509.c \
- x_x509a.c x_attrib.c x_exten.c x_name.c
+ x_pubkey.c x_x509a.c x_attrib.c x_exten.c x_name.c