bb0cfeb2d4
This commit was generated using the following script: # ======================== #!/bin/sh git ls-files | grep -v '^ChangeLog' | xargs sed -b -E -i ' s/((check|crypto|full|mbedtls|query)_config)\.h/\1\nh/g s/config\.h/mbedtls_config.h/g y/\n/./ ' mv include/mbedtls/config.h include/mbedtls/mbedtls_config.h # ======================== Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
35 lines
520 B
Markdown
35 lines
520 B
Markdown
---
|
|
name: Bug report
|
|
about: To report a bug, please fill this form.
|
|
title: ''
|
|
labels: ''
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
### Summary
|
|
|
|
|
|
|
|
### System information
|
|
|
|
Mbed TLS version (number or commit id):
|
|
Operating system and version:
|
|
Configuration (if not default, please attach `mbedtls_config.h`):
|
|
Compiler and options (if you used a pre-built binary, please indicate how you obtained it):
|
|
Additional environment information:
|
|
|
|
### Expected behavior
|
|
|
|
|
|
|
|
### Actual behavior
|
|
|
|
|
|
|
|
### Steps to reproduce
|
|
|
|
|
|
|
|
### Additional information
|
|
|