David Hendricks uploaded patch set #3 to this change.

View Change

print: Update Asus URLs to use more secure HTTPS

Asus set up HTTPS for their site, and redirects to that by default. So,
use this by default, which also saves one redirect.

```
$ curl -I http://www.asus.com/
HTTP/1.1 301 Moved Permanently
Content-Length: 0
Location: https://www.asus.com/
Date: Wed, 04 Oct 2017 11:15:14 GMT
Connection: keep-alive
X-Akamai-Device-Characteristics: desktop
X-Akamai-Device-Model: ; ; cURL; cURL
```

Use the command below to change the occurrences.

```
git grep -l 'http://www.asus.com' | xargs sed -i 's,http://www.asus.com,https://www.asus.com,g'
```

Change-Id: I62319bfbf39c73f98ed3f865a11f4fe870befee4
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
---
M print.c
1 file changed, 113 insertions(+), 113 deletions(-)

git pull ssh://review.coreboot.org:29418/flashrom refs/changes/54/22354/3

To view, visit change 22354. To unsubscribe, visit settings.

Gerrit-Project: flashrom
Gerrit-Branch: staging
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I62319bfbf39c73f98ed3f865a11f4fe870befee4
Gerrit-Change-Number: 22354
Gerrit-PatchSet: 3
Gerrit-Owner: David Hendricks <david.hendricks@gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>